|
|
|
|
|
by brlewis
3553 days ago
|
|
Yes, it's definitely worthwhile moving past jQuery, but no you don't have to do everything described in this article.
There's a lightweight framework called Mithril that when used with MSX will give you the feel of React, i.e. the state of your app flows in a straightforward way from the state of your objects, rather than from a series of imperative jQuery operations. Just start with this example and customize to what you want to do: https://github.com/insin/msx/blob/master/demo/index.html |
|