Rules to Code By

If you’re relatively new to programming:

Source: Hacker School User’s Manual

 
1
Kudos
 
1
Kudos

Now read this

React Component Defaults

I’m giving up stateless functional components for a while. They’re super nice but they’re not worth the refactor when you need a lifecycle method. You could use recompose, which is also super nice, but completely avoidable. Sticking to... Continue →