Echo JS
- Access the Redux Store Outside a React Component https://daveceddia.com/access-redux-store-outside-react/ 3 comments
Hacker News
- Should you store your form state in Redux? https://goshakkk.name/should-i-put-form-state-into-redux/ 2 comments
- Do you use redux in your apps? I just wrote "Optimizing react-redux store for high-performance updates" https://medium.com/@lavrton/optimizing-react-redux-store-for-high-performance-updates-3ae6f7f1e4c1?q=1#.ji7mxtp3y 7 comments reactjs
- Elm Architecture with a Redux-like store pattern https://www.reddit.com/r/elm/comments/5xdl9z/elm_architecture_with_a_reduxlike_store_pattern/ 14 comments elm
- Redux-toolkit is the quickest and easiest way to write reducers and keep store state I’ve found so far https://blog.theodo.com/2020/01/reduce-redux-boilerplate/ 34 comments reactjs
- React Native: Why You Should Be Using Redux-Persist To Save Your Redux Store From Disappearing https://link.medium.com/MQ5yZ0EJRX 5 comments reactnative
- redux store confusion with reducer https://ibb.co/K6XmLR2 2 comments reactjs
- Easily create your own NGRX | Redux store https://dev.to/noprod/easily-create-your-own-ngrx-redux-store-8co 3 comments javascript
- Immutable store for Svelte with full Typescript support and Redux Devtools integration https://github.com/endenwer/svelte-restate 6 comments javascript
- Immutable store for Svelte with full Typescript support and Redux Devtools integration https://github.com/endenwer/svelte-restate 3 comments sveltejs
- Reduxify: connect your svelte store to redux devtools with minimal code change https://github.com/unlocomqx/svelte-reduxify#readme 4 comments sveltejs
- Automatically syncing Redux store with database https://github.com/markerikson/redux-ecosystem-links/blob/master/store.md#store-change-subscriptions 6 comments reactjs
- Lisp frontend developers, how to you handle the store in react / redux / elm ? https://www.reddit.com/r/lisp/comments/cc1jec/lisp_frontend_developers_how_to_you_handle_the/ 4 comments lisp
- Access the Redux Store Outside a React Component https://daveceddia.com/access-redux-store-outside-react/ 12 comments reactjs
- Full series of 11 posts is out: Build an end-to-end Movie Store App with React + Redux + Appbase.io https://medium.appbase.io/build-an-end-to-end-movies-store-app-with-react-redux-appbase-a8622f7e0c7a 3 comments reactjs
- Learn React, Redux and build an end-to end movies store app: A follow-along tutorial series https://medium.appbase.io/build-an-end-to-end-movies-store-app-with-react-redux-appbase-a8622f7e0c7a 13 comments reactjs
- A Store System built with Electron, React, Material-UI, Redux, Redux-Saga, MySQL and Sequelize https://www.linkedin.com/in/steniowagner/ 6 comments reactjs
- Testing of React components with a real Redux store https://react.christmas/2018/5 5 comments reactjs
- How to handle redux storing no longer used data? https://redux.js.org/advanced/example-reddit-api 6 comments reactnative
- Is there a way to use RxJS as a store instead of Redux? https://www.reddit.com/r/rxjs/comments/8ixfr7/is_there_a_way_to_use_rxjs_as_a_store_instead_of/ 16 comments javascript
- When using React & Redux is there a better way to declare the props interface for props that are mapped from my Redux store? https://stackoverflow.com/questions/46055018/shorter-way-to-mapdispatchtoprops-using-react-redux-and-typescript/46055141 3 comments typescript
- Hooking Up Firebase to Your Redux Store https://medium.com/@carlson.joshuaph/hooking-up-firebase-to-your-redux-store-a5e799cf84c4 5 comments reactjs
- Using Redux to Make a Dead Simple React Store https://medium.com/@didrio/using-redux-to-make-a-dead-simple-react-store-b094f191c808 3 comments reactjs
- Using Redux to Make a Dead Simple React Store https://medium.com/@didrio/using-redux-to-make-a-dead-simple-react-store-b094f191c808 3 comments webdev
- Finally understand Redux by building your own Store https://toddmotto.com/redux-typescript-store 6 comments webdev
- Finally understand Redux by building your own Store https://toddmotto.com/redux-typescript-store 10 comments javascript
- Connecting React component to Redux store with render callback https://medium.com/@gott/connecting-react-component-to-redux-store-with-render-callback-53fd044bb42b 4 comments reactjs
- Dissecting Twitter’s Redux Store https://medium.com/statuscode/dissecting-twitters-redux-store-d7280b62c6b1 4 comments javascript
- Should you store your form state in Redux? http://goshakkk.name/should-i-put-form-state-into-redux/ 4 comments reactjs
- Dealing with pagination+filtering+sorting and old data in a normalized Redux store http://graphql.org/blog/rest-api-graphql-wrapper/ 3 comments reactjs
- redux-orm: A small, simple and immutable ORM to manage data in your Redux store. https://github.com/tommikaikkonen/redux-orm 12 comments reactjs
- Exposing an often-accessed slice of Redux store state as a React hook https://twitter.com/martinandert/status/1106598786942619648 18 comments reactjs
- Code-splitting is easy for react components but its hard for redux store. Here's a way to solve it. https://dev.to/websavi/how-to-code-split-redux-store-to-further-improve-your-apps-performance-4gg9 4 comments reactjs
- Incorporating local (Component) state with redux (state) store . https://ant.design/docs/spec/introduce 7 comments reactjs
- [Release] Voir - A simple store for VueJS: now with async action support and redux devtool action/state logging https://github.com/richardanaya/voir?1 7 comments vuejs
- Demystifying Redux Store - article I wrote for my coworkers to get rid of the notion that there's "magic" in Redux https://medium.com/@brunn/demystifying-redux-store-bdc2a1fa33cc 5 comments webdev
- Redux and redux saga removes values from store https://i.stack.imgur.com/La8RL.png 3 comments reactjs
- Using setState globally, smallest Redux-like store & declarative state https://github.com/drcmda/react-contextual 10 comments reactjs
- Introducing SpaceAce, a new kind of front-end state library - takes all the benefits of Redux, such as a centralized store, immutable state, unidirectional data flow, clearly defined actions, and it greatly simplifies how your code updates the store’s state https://medium.com/@jonathanabrams/introducing-spaceace-a-new-kind-of-front-end-state-library-5215b18adc11 6 comments javascript
- ELI5: Why Redux Thunks are recommended over global store dispatch if server-Side rendering https://stackoverflow.com/a/34599594/212163 11 comments reactjs