Hacker News new | ask | show | jobs
by spunwasi 4106 days ago
Have you created an SPA before? If so, start with what you know best. Spending 2 months learning how to write BackboneJS is probably going to add up to more time than the lag all of the users of your first iteration get combined. You can then change the parts that aren't working for you, and optimize for your use case.

If you haven't, I'm a big fan of using a MongoDB, Express, Angular, and NodeJS (MEAN) stack. Angular has a huge number of libraries you can use for transitions, and you can always use CSS animations and jQuery to accomplish anything not in there.

1 comments

Yes, I've built an SPA using backbone + marionette before, but on top of that I needed something for UI, at the time I used JQMobile (huge mistake).

I really would like to avoid JQuery, and any other "big" framework like Angular. React, only gives me a render engine, so I need third party libraries for everything else, so, not an option.

I'm just interest in the frontend, I have clear the backend part.