13

Still can't find a decent node MVC framework. Thought I'd list out all my requirments and what I'd like.
Turned into a readme of me moaning about current frameworks. Not sure I want this on github

Devlife

Comments
  • 2
    @Unipheas I quite like it! However there's no service container to play with :( I'll have a play with it though :p thanks!
  • 2
    @Unipheas I take that back! It has modules? Looks similar to what I'm thinking of!!
  • 2
    @Unipheas I'd help!! Just got to think of something decent to add
  • 1
    If you use React, store is your controller. Every component is a view.
  • 0
    @sunfishcc store isnt a comtroller, its more of just a way to store state. react router is the closest thing to a controller in pure react, but expressjs is closer to a controller
  • 0
    @sunfishcc I was going to say basically this too. For the ease of data-driven logic and view separation (like MVC) I really like React with Redux.
Add Comment