Stimulus
Backbone.js
Stimulus | Backbone.js | |
---|---|---|
1 | 25 | |
10,061 | 28,098 | |
- | 0.0% | |
6.0 | 5.6 | |
about 4 years ago | 7 months ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stimulus
-
Stimulus VS refable - a user suggested alternative
2 projects | 23 Jan 2023
Backbone.js
- The Future of Htmx
-
JavaScript evolution: From Lodash and Underscore to vanilla
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.
-
100+ Must-Have Web Development Resources
Backbone.js: Provides an MVP structure for complex web applications.
- Ask HN: What are some of the most elegant codebases in your favorite language?
-
React is 10 years old
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 bases), etc.
- Just Simply – Stop saying how simple things are in our docs
-
The Emperor's New Library
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 improvements (jQuery, lodash, ...), but very, very few exist that are the same now as they were then. Another fun historical reference: issue #118 of "JavaScript Weekly" (February 22, 2013) includes a first link out to asm.js.
-
How To Choose The Right Framework For Your Next Node.js App.
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. site Backbone.js *Backbone.js gives structure to web applications by providing models with key-value binding and custom events…*backbonejs.org
-
Ajax requests fail after upgrading to Cordova 5.0 + [email protected]
The ajax request is made via a call to Backbone.sync() of Backbone.js, which ultimately calls jquery's $.ajax(). I haven't changed anything about how the call is made... just upgraded cordova.
-
Rate my build? Web dev GF recomends it.
my gf said it was the best. she uses backbone.js she good dev
What are some alternatives?
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
finity - A finite state machine library for Node.js and the browser with a friendly configuration DSL.
React - The library for web and native user interfaces.
spine - Lightweight MVC library for building JavaScript applications