-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hey! I'm really glad to see this repo. I've been using Redux for a while now, and I've experimenting with in-house implementations of it in Python, Java, and now C. I'll be putting up my C implementation on GitHib and NPM soon enough.
Anyway, I think there should be an article written about this repo and the benefits of Redux outside of GUI programming. There is a whole world of C++/C developers who I think could benefit from managing the state of their applications with the Redux style of explicit state management. Maybe I've become too zealous, but when state is thrown about all over an application, and mutations are made anywhere and everywhere, I begin to shudder.
I'm rewriting a school operating systems project written in C of course, to use Redux, and it's awesome.
Anyway, write an article. The low-level world needs this too.