Hacker News new | ask | show | jobs
by brap 1341 days ago
Very cool to see this! I've actually given this some thought a few years back when attempting to create (yet another) JS framework, and came up with something very similar to this! For me the difficult part was where the side effects fit in and how they're processed, what you call "commands" and "command handler". I didn't find an elegant solution to this and abandoned the idea early on, sparing the JS community.
1 comments

Great thanks.

> For me the difficult part was where the side effects fit in and how they're processed, what you call "commands" and "command handler"

Do you mean difficult for you when designing, or difficult to understand in my post?

I meant for me, but also in the article I felt like there should be a bit more on that.
Thanks. Others have said similar, but more of a request for an additional post expanding on that aspect. Until then, there is a little more information in a previous related post https://doridori.github.io/Android-Architecture-Runtime/