To get started with react, you can start with basic and explore things step by step. Here are few links that will help you get started with React and help you learn it quickly.
Install React with Redux:
Getting Started with Redux | ReduxRedux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently…redux.js.orgSetting Up a Redux Project With Create-React-AppA Byte About Reduxmedium.com
React Docs:
Redux Docs:
React Routers:
React Router: Declarative Routing for ReactLearn once, Route Anywherereacttraining.com
Getting started with React:
- Thinking in React — https://facebook.github.io/react/docs/thinking-in-react.html
- React Form — https://facebook.github.io/react/docs/forms.html
- Transferring Props — https://facebook.github.io/react/docs/transferring-props.html
- JSX Gotchas — https://facebook.github.io/react/docs/jsx-gotchas.html
- Use State — https://facebook.github.io/react/tips/props-in-getInitialState-as-anti-pattern.html
- Props vs State — https://github.com/uberVU/react-guide/blob/master/props-vs-state.md
Thanks 🙂
To be continue… 🙂