https://github.com/ozluy/nextjs-redux
simple nextjs app with different logic and folder structure
https://github.com/ozluy/nextjs-redux
nextjs react recompose redux redux-saga reselect server-rendering styled-components
Last synced: about 1 month ago
JSON representation
simple nextjs app with different logic and folder structure
- Host: GitHub
- URL: https://github.com/ozluy/nextjs-redux
- Owner: ozluy
- License: mit
- Created: 2018-03-07T16:01:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T13:30:19.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T11:43:07.776Z (12 months ago)
- Topics: nextjs, react, recompose, redux, redux-saga, reselect, server-rendering, styled-components
- Language: JavaScript
- Homepage:
- Size: 411 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# play-with-nextjs
## how to run
`npm i` to download node modules
`npm run dev` for development environment
`npm run prod` for deployment or you can try `npm run build` and `npm run start` seperately
### Main techs
- React 16
- Redux
- NextJS
### Mentionable techs
- Redux Saga
- Reselect
- Recompose
- Ramda
- Lodash
- Precommit - Lint staged
- Eslint
- StyleLint
- Prettier
- Styled Components
- Formik(better than ReduxForm) with Yup(validations)