It doesn't matter how small or big your application is. Angular can be used for small applications too. As for Vue, or any JS framework, you have to understand the fundamentals first before you can use it. Sure it doesn't really have a huge community but you should be able to find some help either here or on any Slack community which has javascript channels
May 8, 2016
5
Level 3
Best JS framework for a lightweight spreadsheet app
I'm trying to create a JavaScript Spreadsheet like widget, the feature I need are
real time data binding with the server, ioSocket, redis
The actual spreadsheet won't have very many capabilities other then staying in sync with the database.
I've been playing around with some frameworks, AngularJs, VueJS.
My initial impression of Angular was its to large and imposing for my needs. VueJs seems simpler and more suited, but the information supporting the framework is very small.
I've never used any other frameworks: react, ember, backbone etc
I was just hoping for a little advice about create an app like the one I described.
Please or to participate in this conversation.