Skip to content

sindhushreem/react-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial React, Flux, Redux and Grommet

This tutorial is intended for a beginner planning to Learn React and Grommet.

Here, I have tried to explain each concepts using Code Examples. Reader should go in following order.

  1. React HelloWorld
  2. React Basic
  3. React Router
  4. Flux
  5. Redux

Each module is a working application. For running any of them, Follow these steps.

  1. Go to root directory of module and open command prompt in that directory.
  2. run command npm install
  3. Then run command npm run dev

It will start server listening to port: 8080 with hot reloading enabled (Meaning any changes made in your javascript file will be reflected immediately) 4. If you want to build the app. run command npm build. It will create index.bundle.js file inside 'src' Directory which can be used anywhere.

There is also a presentation file Available which can found from here

About

React JS Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%