Hi,

just let you know that I committed a new Crux version of the TodoMVC example

Is good to notice how the example is greatly simplified thanks to Crux:

   - Controller and Model are no more Beads but plain classes, and are not
   wired through CSS
   - Controller now uses EventHandler metadata to annotate functions that
   needs to do actions
   - Setup in views are more easy and not need to pass model objects, you
   instead Inject the model in the view
   - Is more easy to share and feed common models or any other bean through
   the rest of the application
   - Less code are required and is more clear to read and maintain

This does not come without cost. This Crux versions adds weight, around
150kb. But I think is worth it for projects, where will improve in less
user code and things more clean to read and maintain in general.


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to