I made django-tanstack-starter public on GitHub – my template for building new applications, using mainly @djangoproject, @django_ninja, and @tan_stack (Router, Query, and soon Start).
Is there an assets-webpack-plugin equivalent for Vite/Rollup? It's fairly straight-forward to create a limited plugin yourself, but there might be a better way.
npmjs.com/package/assets…#vite#rollup#webpack
I've only recently started to play around with mobx-state-tree, and it's absolutely incredible!
Experimenting with having a copy of the tree in a worker, sending all actions there, and sending state patches back. Could be useful in apps with computationally heavy actions. #MobX
#MobX 5 is awesome.
Observable arrays are now regular arrays, so no need to slice() or peek() them before sending them to external libraries.
Observable objects can have entirely new keys added to them, so no need to have a Map when you need dynamically added keys.
I released [email protected], which takes full advantage of SQIP's new features. There is no longer a Go dependency, and you can now control what primitive shapes are used and the intensity of the blur.
github.com/EmilTholin/sqi…