|
|
|
|
|
by rreyes1979
3950 days ago
|
|
- KnockoutJS (to keep HTML generation logic in the HTML) - jQuery (for small stuff) - RequireJS (so that you don't have to load all at once) - MomentJS (Date / Time management done right) - AmplifyJS (Pub / Sub and localstorage) I really like KnockoutJS. Easy to learn and it grows with you so that you don't have to complicate your app if not necessary. |
|