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
I've crossed the Vaadin router off the list, as it is just missing basic features. Skate's router might be really good once they fully support es modules (get rid of page.js or somehow compile it to es modules). The ion-router might be a good choice too, looking into that
The text was updated successfully, but these errors were encountered:
I think I'm going to stick with Zwitterion and no bundling. Bundling just has too many fallbacks or issues, and I think it's worth it (hopefully) to keep living in the future. There is just one dependency that skate has that I'll need to fix. The problem is with other libraries that continue to not be written in es modules, or that haven't upgraded yet. But, I think I have a good solution for that that requires minimal work, and can be undone in the future easily. Just create a rollup bundled es module output, and throw that up on npm until the day comes that the original library is rewritten. Zwitterion I believe has a future yet, it's just too simple to use to not be worthwhile.
I've crossed the Vaadin router off the list, as it is just missing basic features. Skate's router might be really good once they fully support es modules (get rid of page.js or somehow compile it to es modules). The ion-router might be a good choice too, looking into that
The text was updated successfully, but these errors were encountered: