Resources
curated by the community
-
https://github.com/dwyl/learn-elm-architecture-in-javascript
03-04-2021
Learn how to build web applications using the Elm ("Model Update View") Architecture in plain JavaScript. if you're getting into react/redux, this'll help you learn that too.
@jermaine -
https://dev.to/pmbanugo/build-a-custom-hook-for-real-time-state-synchronization-in-react-30c7
01-18-2021
React hooks gives us a simpler way of writing stateful logic so that it can be reused and tested separately. In this article, you will learn how to find and extract common logic as a custom hook function. You will learn this by building a custom hook function for handling real-time state synchronisation.
@pmbanugo -
https://www.youtube.com/playlist?list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK
10-29-2020
Video tutorials for React Redux. React Redux is the official React binding for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update data.
@ann -
https://www.youtube.com/watch?v=YAevAj6X6XU&list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK&index=7
10-27-2020
An in-depth series on Redux and React-Redux.
@ann -
https://medium.com/better-programming/redux-vs-context-vs-state-4202be6d3e54
09-19-2020
Redux vs. Context vs. State: An in-depth look at state management in React
@ann -
https://github.com/typescript-cheatsheets/react
09-02-2020
Cheatsheets for react + typescript
@nikki.evelyn1 -
https://fullstackopen.com/en/
04-10-2020
Deep Dive Into Modern Web Development
@ann -
https://www.taniarascia.com/redux-react-guide/
03-09-2020
"Do you have experience using React? Have you heard of Redux, but you've put off learning it because it looks very complicated and all the guides seem overwhelming? If that's the case, this is the article for you! Contain your fear of containing state and come along with me on this relatively painless journey."
@ann -
https://www.youtube.com/watch?v=x7cQ3mrcKaY
01-30-2020
"React, the new open-source JS library from Facebook and Instagram, is a different way to write JavaScript apps. When it was introduced at JSConf US in May, the audience was shocked by some of its design principles."
@ann -
https://www.kirupa.com/react/index.htm
10-06-2019
Learn React As front-end frameworks go, it doesn't get much hotter than React - used by Facebook, Instagram, Twitter, and a bunch of other popular sites. Learn how to use it by following these tutorials, watching some sweet videos, or by reading a cool best-selling book about it.
@ann -
www.buildwithreact.com
07-03-2019
a periodical of tutorials and advanced articles for the react.js library. If youre new to React, this site has a really good interactive tutorial.
@jermaine -
https://medium.freecodecamp.org/these-are-the-concepts-you-should-know-in-react-js-after-you-learn-the-basics-ee1d2f4b8030
07-03-2019
These are the concepts you should know in React.js (after you learn the basics)
@pmbanugo -
https://frontendmasters.com/courses/
07-03-2019
@ann -
https://daveceddia.com/react-practice-projects/
07-03-2019
A collection of practice projects to help you learn React
@emehrkay -
https://dev.to/pmbanugo/real-time-editable-datagrid-in-react-56ad
07-03-2019
Shows how to build a real-time editable data table in React
@pmbanugo -
https://medium.freecodecamp.org/learning-react-roadmap-from-scratch-to-advanced-bff7735531b6
07-03-2019
learning path for react
@pmbanugo -
https://glitch.com/react-starter-kit
07-03-2019
pretty cool set of videos that are an introduction to reactjs
@emehrkay -
https://www.codementor.io/mokanaranganthayaparan/build-simple-react-apps-using-eventemitters-870b89w4z
07-03-2019
@ann -
https://www.codementor.io/radubrehar/thinking-in-react-8duata34n
07-03-2019
@ann -
https://frontendmasters.com/workshops/complete-intro-react-v3/
07-03-2019
@jermaine