Skip to content

Redux/store in ReactJS by a real project named Haraz road's trekking info

Notifications You must be signed in to change notification settings

samanshahin/Redux-in-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

This project is about Redux and Store in ReactJS based on a real project and a book named Haraz Hiking and attractions published in Iran. It was developed in ReactJS + Redux with css parts imported from Bootstrap's Album example. I used store and AdminCode to prevent others to enter data to the store. You can just use these files and folders:

index.js

App.js

Items folder

data folder

store folder

npm commands

creating a ReactJS project:

npx create-react-app you_app_name

After coding:

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 need to install these:

npm install react-redux

npm install redux

npm install @reduxjs/toolkit

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

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!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

Redux/store in ReactJS by a real project named Haraz road's trekking info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published