Getting started with React — Basic

NISHANK KUMAR
1 min readSep 24, 2021

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:

React docs:

Redux Docs:

React Routers:

Getting started with React:

  1. Thinking in React — https://facebook.github.io/react/docs/thinking-in-react.html
  2. React Form — https://facebook.github.io/react/docs/forms.html
  3. Transferring Props — https://facebook.github.io/react/docs/transferring-props.html
  4. JSX Gotchas — https://facebook.github.io/react/docs/jsx-gotchas.html
  5. Use State — https://facebook.github.io/react/tips/props-in-getInitialState-as-anti-pattern.html
  6. Props vs State — https://github.com/uberVU/react-guide/blob/master/props-vs-state.md

Thanks :)

To be continue… :)

--

--