Getting started with React — Basic

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:

Hello World – ReactThe smallest React example looks like this: It displays a heading saying “Hello, world!” on the page. Click the link…reactjs.org

Redux Docs:

Redux Fundamentals, Part 1: Redux Overview | ReduxWelcome to the Redux Fundamentals tutorial! This tutorial will introduce you to the core concepts, principles, and…redux.js.org

React Routers:

React Router: Declarative Routing for ReactLearn once, Route Anywherereacttraining.com

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… 🙂

You might also like