Skip to content

Instantly share code, notes, and snippets.

View mattjstar's full-sized avatar

Matthew Star mattjstar

  • Fathom
  • Philadelphia, PA
View GitHub Profile
@fdecampredon
fdecampredon / partial-server-side.js
Last active April 22, 2022 07:48
Partial server side rendering with react
import React, { Component, PropTypes } from 'react';
import { Route, IndexRoute, Link } from 'react-router';
const styles = {
app: {
display: 'flex',
justifyContent: 'center',
},
sideBar: {
marginRight: 10,
@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active June 23, 2024 21:35
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest