flowcpp icon indicating copy to clipboard operation
flowcpp copied to clipboard

Write an article

Open lastmjs opened this issue 7 years ago • 3 comments

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.

lastmjs avatar Feb 27 '17 23:02 lastmjs

Thanks for finding this project useful!!! I am all in to the idea of having an article. Just the fact that i don't find it is up on my priority chain. Again, thanks so much for those kind words. You are the reason why spirit of open source projects is still moving around the community!!

kittinunf avatar Mar 03 '17 08:03 kittinunf

benefits of Redux outside of GUI programming

Such as?

aWeinzierl avatar Mar 05 '19 00:03 aWeinzierl

Such as?

Sounds like someone needs to read an article about it!

intrepidOlivia avatar Aug 09 '21 18:08 intrepidOlivia