|
|
|
|
|
by aleclarsoniv
592 days ago
|
|
I used this initially in a browser extension I'm building. Ended up migrating to a JSX library instead, because jQuery turns into hard-to-reason-about code pretty quickly once you're past “simple app” territory (and I say this as someone who wrote my own jQuery-inspired library[1]). Right tool for the job, as they say. [1]: https://github.com/aleclarson/dough P.S. If you can cope with jQuery in a medium/large app, good for you. But it's not my cup of tea. |
|