An open API service indexing awesome lists of open source software.

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

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)