Our great sponsors
-
Sample project: https://github.com/wojciech-kulik/SwiftUI-Redux-Demo
-
Great article OP! Im sure you've seen it in your travels, but Ive been using ReSwift and ReSwift-Thunk for async actions and I've had great success - Gonna look into your navigation solution as that was the one part I'm still missing!
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Great article OP! Im sure you've seen it in your travels, but Ive been using ReSwift and ReSwift-Thunk for async actions and I've had great success - Gonna look into your navigation solution as that was the one part I'm still missing!
-
Another great tool used in the Redux world is Reselect. Storing the bare minimum data in the Redux store and then deriving data with memoization using Reselect. I had to create a poor man's version here. Feel free to check it out :)
-
Another great tool used in the Redux world is Reselect. Storing the bare minimum data in the Redux store and then deriving data with memoization using Reselect. I had to create a poor man's version here. Feel free to check it out :)
-
Great, thank you! I know ReSwift, I even published a small demo 3 years ago: https://github.com/wojciech-kulik/ReSwiftDemo
Related posts
- Do we have Redux specialists here :D? I'm trying to figure out if I should use classes or structs for keeping the state
- Keeping component state on mount and unmount?
- How to logically combine react-router and redux for client- and server-side rendering
- Redux Sagas firing multiple times if injected in different containers
- in type declaration files, can i imagine( replace ) all declar keywords as a type? (that is used once)