slorber / scalable-frontend-with-elm-or-redux

An attempt to make Redux and Elm applications scale
http://sebastienlorber.com/
MIT License
361 stars 29 forks source link

Solution feedback: cyclejs-salsita #13

Open tchap opened 8 years ago

tchap commented 8 years ago

Hey guys,

I implemented a solution using Cycle.js.

For now I am just opening an issue to discuss the solution. I will send a PR when we are sure that the solution is ready. @tomkis1 wanted to take a look and I guess that @matthewgertner and @roman-kaspar are interested as well...

tchap commented 8 years ago

To comment a bit on the solution, actually there is no pair of pairs of gif viewers, but there is a gif viewer used 3 times. Nesting it deeper would be fairly straightforward, but it is not really implemented, which I don't really consider an issue. The components in Cycle.js are clearly demonstrated.

tchap commented 8 years ago

Well, I see that @jarvisaoieong took it quite far with dynamic list of gif viewers, I might take up on that challenge as well :-)

slorber commented 8 years ago

hi and thanks for attemptng a solution using cyclejs

I'm sorry i have no time to check it currently as i'm very busy at work :( but maybe someone else can provide a feedback on it