Skip to content

Instantly share code, notes, and snippets.

View dsdemaria's full-sized avatar

Derek dsdemaria

  • Portland, Oregon
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Untitled benchmark</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
this.state = {
weeks: [
{
week: [
{
title: 'JavaScript Assessment',
link: 'https://github.com/rmurphey/js-assessment',
description: 'This is a description.',
},
{
this.state = {
week1: [
{
title: 'JavaScript Assessment',
link: 'https://github.com/rmurphey/js-assessment',
},
{
title: 'DevDocs, offline version',
link: 'http://devdocs.io/offline',
},
this.state = {
title: 'React Weekly Journal',
titleValue: '',
linkValue: '',
week1: [
{
title: 'JavaScript Assessment',
link: 'https://github.com/rmurphey/js-assessment',
},
{
week1: [
{
title: 'JavaScript Assessment',
link: 'https://github.com/rmurphey/js-assessment',
},
{
title: 'DevDocs, offline version',
link: 'http://devdocs.io/offline',
},
{
append(arr, item) {
return arr.push(item);
}
import React, { Component } from 'react';
export default class App extends Component {
render() {
return (
<div className='container'>
<Counter increment={1} />
<Counter increment={5} />
<Counter increment={15} />
<Counter increment={25} />
import React, { Component } from 'react';
export default class App extends Component {
render() {
return (
<div className='container'>
<Counter increment={1} />
<Counter increment={5} />
<Counter increment={15} />
<Counter increment={25} />
import React, { Component } from 'react';
const BTC_URL = 'http://54.213.83.132/hackoregon/http/oregon_individual_contributors/';
export default class App extends Component {
constructor(props) {
super(props);
this.state = {
sortOrder: 'ascending',
data: [],