Based on our record, FeathersJS should be more popular than Backbone.js. It has been mentiond 39 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Https://backbonejs.org/#View There is also a github repo that has examples of MVC patterns adapted to the web platform. - Source: Hacker News / 15 days ago
Underscore was created by Jeremy Ashkenas (the creator of Backbone.js) in 2009 to provide a set of utility functions that JavaScript lacked at the time. It was also created to work with Backbone.js, but it slowly became a favorite among developers who needed utility functions that they could just call and get stuff done with without having to worry about the inner implementations and browser compatibility. - Source: dev.to / 5 months ago
Got it thanks for the context. I've read the web app and it seems to me it is just https://backbonejs.org/ re-written in Typescript and allows JSX. I'm very certain Typescript and JSX will have improved the DX for Backbone like apps, but it doesn't address all of the other issues that teams had with Backbone. e.g. Cyclical event propagation, state stored in the DOM (i.e. Appendchild is error prone in large code... - Source: Hacker News / almost 2 years ago
Even further nowadays, docs are created using Docusaurus. I don't have problem with it but documentation should be good (eye) friendly than easy to write. Why not be creative while writing docs such as - Backbone.js - https://backbonejs.org Or https://backbonejs.org/docs/backbone.html as code annotation. - Source: Hacker News / about 2 years ago
What we see, a decade ago, are that many of the "popular" libraries, frameworks, and methods, not surprisingly, have gone by the wayside, a lot that have remained in current code as difficult-to-removemodernize legacy cruft (Bower, Gulp, Grunt, Backbone, Angular 1, ...), and then we have the small minority that are still here. Some that remain have had their utility lessened/questioned by platform and language... - Source: dev.to / about 2 years ago
This is just using sqlite under the hood and none of this will scale. Why build your own query builder as well when you could just hook in one of the many ORMs in the NPM ecosystem and add support for 50+ other databases. This also isn't really something you could drop into an existing project very easily. Overall, I'm not impressed. Here are some other options I prefer: https://feathersjs.com/. - Source: Hacker News / 10 months ago
For backend this might help https://feathersjs.com. I’m not affiliated with them, just a happy user. - Source: Hacker News / about 1 year ago
Feathers.js is a web framework built on top of Express which provides a simple way to develop a scalable and reliable application. Feathers.js supports many databases and works with any frontend technology including iOS, Android, and React Native. - Source: dev.to / over 1 year ago
Feathers.js - fully fledged backend framework, with almost anything out of the box. Source: almost 2 years ago
For anything CRUD or that can be modeled as such, I use FeathersJS (https://feathersjs.com/). - Source: Hacker News / about 2 years ago
AngularJS - AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
Koa.js - Next generation web framework for node.js
ember.js - A JavaScript framework for creating ambitious web apps
Nest.js - A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
Vue.js - Reactive Components for Modern Web Interfaces