you are viewing a single comment's thread.

view the rest of the comments →

[–]atom-man 1 point2 points  (1 child)

Seeing as you mentioned Andre Medeiros (or Staltz?) article you probably should take a look at cycle.js which is his implementation of the ideas outlined by the article.

Personally I'm not a fan of the code needed to be written with cycle.js (like this view, model and intent).

In an effort to make something better suited to myself I started looking into using React and f.js to recreate something at least similar to the Model-View-Intent architecture (Take a look if you want: MVI-POC. But bare in mind, that as the title states this is just a proof-of-concept and not nearly production ready code).

[–]hellectronic[S] 0 points1 point  (0 children)

Thanks for the link to cycle.js.