Skip to content

Instantly share code, notes, and snippets.

@msolorio
msolorio / snippets.cson
Created January 13, 2018 08:14 — forked from fernandoguedes/snippets.cson
console.log snippet to atom
'.source.js':
'Console log':
'prefix': 'log'
'body': 'console.log("$1", $1)'
@msolorio
msolorio / react.md
Created June 30, 2017 03:40 — forked from michaelerobertsjr/react.md
Resources to learn React

Resources for Learning React

Course

Complete the React Basics course on Team Treehouse, or the equivelant on CodeSchool, PluralSight, etc.

Read

Read Thinking in React and quickly review the React docs.

Watch

Watch Thinking in React follow along carefully and if time permits build the project along side watching.