Skip to content

Instantly share code, notes, and snippets.

@hanbzu
Created September 13, 2018 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanbzu/7705b49f9bb7ba7b0eb8c2a5b358f65a to your computer and use it in GitHub Desktop.
Save hanbzu/7705b49f9bb7ba7b0eb8c2a5b358f65a to your computer and use it in GitHub Desktop.

If you're feeling lost in React land check these wonderful resources:

  • Thinking in React. Create an app from scratch in a few minutes to understand the mindset behind React. Absolutely recommended.

  • Basic theorethical concepts Sebastian Markbåge's attempt to documment the thinking on UI building that inspired React. Spoiler: React will be gone at some point, but these are important concepts that are here to stay.

  • React patterns. Great summary of the patterns that are often used throughout React apps. Going over these will get you up to speed pretty fast.

Remember, to play with React great sandboxes are CodeSandbox or a new project created with the Create React App generator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment