Answer the question
In order to leave comments, you need to log in
How to choose a JavaScript framework: AngularJS, EmberJS, Backbone or without for a specific task?
Never worked with any before.
10 years of experience in JS, so I want to start quickly and complete the task. I would like to know what is best suited for the task.
Task: admin.
Only division into pages and fields of various types. No lists, key-value, just different visualization of the value. And for each page it receives fields from the server.
The menu with the page is loaded, and the very first one is selected, a request is made with json (loading the settings page, lazy load):
[
{ type:'title', title:'Заголовок'},
{ type:'input', title:'Имя', value:23, key:'name' },
{ type:'image', title:'Фото', value:{id:23234, src:'fssdf.jpg', bigsrc:'fdfd.jpg'}, key:'image', desc:'Описание' },
]
Answer the question
In order to leave comments, you need to log in
I think Backbone will give you exactly what you want - a foundation on which you can work in the way that suits you. It does not impose any restrictions on the architecture. And if you decide later that you need something more high-level, add Marionette.
AngularJS doesn't seem to be easy, but it's certainly the number one to consider.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question