Skip to content

Advance React features with the implementation and a Blog with steps.

Notifications You must be signed in to change notification settings

Krina28/advanced-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Table of Contents

  • React Fragments
  • Stateless Components
  • Statefull Components
  • React routing
  • redux-form Integration
  • Material UI
  • Testing

Folder Structure

advanced-react/
  README.md
  package.json
  public/
    index.html
    favicon.ico
  src/
    components
      Home
         home
         counter
         counter_hooks
         list
         welcome
      About
         about
         banner
      Contact
         contactUs
    images
    common
         header
    redux
         actions
         reducers
         store
    App.css
    App.js
    routes.js
    App.test.js
    index.css
    index.js

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

code style: prettier

About

Advance React features with the implementation and a Blog with steps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published