Ask HN: What framework for mobile webapp?
I'm about to create a simple webapp, probably SPA. I need fast loading pages, minimalist design, a nice router, smooth page transitions. In general terms I know the good and bad parts of all frameworks bellow and still I'm not convinced about what to use.
CSS Frameworks (Bootstrap, Foundation, Materialize, etc), other frameworks (Angular, React, Backbone, Ember, Polymer)
Can you help me decide?
6 comments
[ 4.3 ms ] story [ 42.4 ms ] threadIf you are a beginner, this will be a learning experience for you, pick something with good documentation.
Check out this poll: https://news.ycombinator.com/item?id=7600875
Polymer looks good, but I'm not sure yet. I haven't seen nothing serious done with it.
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.
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.