URL : https://wonjerry.github.io/movie_app/
This app is simple react movie app. I made it because of understanding react structure
- JavaScript
- HTML
- CSS
- Basic React Theory
First, clone this project and
npm start
that's it!
- npm run build build compress html and css ,js files
- npm install --save-dev gh-pages This comment create gh-page branch in your repository
- Add some codes in package.json
// ... "scripts": { // ... "predeploy": "npm run build", "deploy": "gh-pages -d build" }
- npm run deploy
- wait a few minute take few minute because of cache
- Smart dumb component
- Fetch
- Life cycle
- ES6
- Structure of react
I know about basic concept of redux but I want to know how to manage state in react project by using redux. but I didn't know that
In nomad-coder course, There is 'Make Timer App' course and That use redux and react native. So I'm going to see that course
I learned it from nomad-coder