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
Is your feature request related to a problem? Please describe.
Yes because web-components have very little ecosystem, what made Astro widely accepted by the community is the ability to use UI framework Components in it using Vite
Describe the solution you'd like
I'd like a solution that would allow us to create & use existing Interactive Components in UI library Ecosystem, so that we dont have to create complex components, for eg, A Date Range Picker Calendar or an Animated Virtualized Lists of FramerMotion etc using web-componens (I wonder how much harder would it be for the lack of packages to build upon)
I love the Idea behind Brisa, but would appreciate to move my existing projects to it if Brisa can be backwards compatible with the UI framework components
Describe alternatives you've considered
Currently the Only Alternative is.. to compile the the components using Vite or FarmFe or RsBuild and use them as static HTML, CSS & JS, cannot utilise the Initial static render and then Hydration process etc
The text was updated successfully, but these errors were encountered:
I hope it helps. Now web components are used as an exchange currency between frameworks and Brisa. Supporting components from other frameworks without transforming them to web components is not viable right now, but it is a good point to investigate and get to do in the future.
Is your feature request related to a problem? Please describe.
Yes because web-components have very little ecosystem, what made Astro widely accepted by the community is the ability to use UI framework Components in it using Vite
Describe the solution you'd like
I'd like a solution that would allow us to create & use existing Interactive Components in UI library Ecosystem, so that we dont have to create complex components, for eg, A Date Range Picker Calendar or an Animated Virtualized Lists of FramerMotion etc using web-componens (I wonder how much harder would it be for the lack of packages to build upon)
I love the Idea behind Brisa, but would appreciate to move my existing projects to it if Brisa can be backwards compatible with the UI framework components
Describe alternatives you've considered
Currently the Only Alternative is.. to compile the the components using Vite or FarmFe or RsBuild and use them as static HTML, CSS & JS, cannot utilise the Initial static render and then Hydration process etc
The text was updated successfully, but these errors were encountered: