All Projects → shaho → next-redux-saga-boilerplate

shaho / next-redux-saga-boilerplate

Licence: MIT license
Next/Redux/Saga boilerplate - Example of using Next.js 9 with Redux Saga

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to next-redux-saga-boilerplate

saga-monitor
Simple, elegant, and configurable redux-saga monitor
Stars: ✭ 37 (+184.62%)
Mutual labels:  sagas, redux-saga, saga
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (+1423.08%)
Mutual labels:  sagas, saga
use-saga-reducer
Use redux-saga without redux
Stars: ✭ 72 (+453.85%)
Mutual labels:  sagas, redux-saga
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+953.85%)
Mutual labels:  sagas, redux-saga
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+1984.62%)
Mutual labels:  sagas, redux-saga
react-truffle-metamask
Build an DApp using react, redux, saga, truffle, metamask
Stars: ✭ 25 (+92.31%)
Mutual labels:  redux-saga, saga
Redux Saga
An alternative side effect model for Redux apps
Stars: ✭ 21,975 (+168938.46%)
Mutual labels:  sagas, redux-saga
Kea
Production Ready State Management for React
Stars: ✭ 1,805 (+13784.62%)
Mutual labels:  sagas, redux-saga
Redux Tower
Saga powered routing engine for Redux app.
Stars: ✭ 155 (+1092.31%)
Mutual labels:  sagas, redux-saga
Redux Saga Testing
A no-brainer way of testing your Sagas
Stars: ✭ 150 (+1053.85%)
Mutual labels:  sagas, redux-saga
next-react-boilerplate
🔥 NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (+53.85%)
Mutual labels:  redux-saga, next
react-native-template
An enterprise react-native template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, navigation configuration and CI
Stars: ✭ 32 (+146.15%)
Mutual labels:  redux-saga, saga
sargeras
基于Saga思想解决长事务(LLT,Long-Live-Transaction)的框架
Stars: ✭ 22 (+69.23%)
Mutual labels:  sagas, saga
rc-redux-model
一种较为舒适的数据状态管理书写方式,内部自动生成 action, 只需记住一个 action,可以修改任意的 state 值,方便简洁,释放你的 CV 键~
Stars: ✭ 48 (+269.23%)
Mutual labels:  redux-saga
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+630.77%)
Mutual labels:  redux-saga
personal-website
My personal website, statically generated by Next.js
Stars: ✭ 16 (+23.08%)
Mutual labels:  next
welcome-to-the-state-machine-demos
Demos and sample for my "Welcome to the (state) machine" talk
Stars: ✭ 17 (+30.77%)
Mutual labels:  sagas
next-intl
A minimal, but complete solution for internationalization in Next.js apps. 🌐
Stars: ✭ 242 (+1761.54%)
Mutual labels:  next
NextCommunity.github.io
Join FREE: Community of open-source programmers and software engineers.
Stars: ✭ 29 (+123.08%)
Mutual labels:  next
molecule
⚛️ –  – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+630.77%)
Mutual labels:  redux-saga

Next/Redux/Sagas boilerplate

NOTE


The project is under-development - Stay tuned!

  • 🚀 Version 1.0.0 released!

Dependencies


  • React: A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • Next: The React Framework.
  • Redux: A predictable state container for JavaScript apps.
  • Redux-Saga: An alternative side effect model for Redux apps.
  • Next-Redux-Wrapper: Redux wrapper for Next.js
  • Reselect: Selector library for Redux.
  • axios: Promise based HTTP client for the browser and node.js

DevDependencies


Getting Started


Dev

$ yarn && yarn dev

Read more

Due to the nature of server-side rendering and its gotchas, it is recommended to take a look of following resources:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].