cyclejs / todomvc-cycle

TodoMVC example implemented in Cycle.js
https://cyclejs.github.io/todomvc-cycle/
MIT License
240 stars 62 forks source link

Publish on tastejs/todomvc ? #42

Open vkammerer opened 7 years ago

vkammerer commented 7 years ago

Is there a reason why this TodoMVC example is not published on the main repo that hosts all examples ( https://github.com/tastejs/todomvc )? It would be a good way for cyclejs to advertise itself among the other options people have when trying to choose a technology.

staltz commented 7 years ago

@vkammerer the main reason is we haven't really been proud of this particular codebase, enough to put it on that repository. Like we are experimenting still with different kinds of state management and list management tools, and we are slowly converging to a solution. We're actually close enough to getting there. But I think also at this point including the example there won't dramatically help with adoption, there are also things nowadays like https://github.com/gothinkster/realworld and hackernews clones as modern TodoMVC alternatives. That said, yes, when we're proud enough of our TodoMVC code, we'll put it there. :)