You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be honest, I'm thinking about removing data-binding and leaving it to a library more specialized. I'm currently working on a project which puts Preact into Slim-Fit. The result is very nice and builds with Vite.
I also noticed that using Slim-Fit as a small web components wrapper for Tauri Apps (instead of going with StencilJS or similar) opens up a lot of possibilities and I'm only missing IO and state management for web components. Since we finally have a more finalized version of decorators, I may go that route in the future :)
Improve data-binding by offering a
this.$('.selector').bind('propertyName')
method.A quick brainstorm (code non-functional):
see playground
The text was updated successfully, but these errors were encountered: