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
Preline suffers from Bootstrap-copy-paste syndrome. An Astro component system would help DRY.
Detailed Description
I really want to use Preline as my SaaS component lib on an Astro SSR site.
I like doing things SSR
I cannot use ShadCN/UI due to React contexts on SSR
While the style of copy-pasting component HTML works, it ends up in unmaintainable code.
If i need to update a Preline component I need to find-replace across the entire codebase, which becomes increasingly difficult as the code wavers with customisations
Because of the verbosity, it becomes hard to read HTML and understand component structures
It would really be useful to have a series of Astro shims for the components to make it more readable...
Summary
Preline suffers from Bootstrap-copy-paste syndrome. An Astro component system would help DRY.
Detailed Description
I really want to use Preline as my SaaS component lib on an Astro SSR site.
While the style of copy-pasting component HTML works, it ends up in unmaintainable code.
It would really be useful to have a series of Astro shims for the components to make it more readable...
With an example implementation:
Use Cases
All Astro sites would benefit from being more able to easily adopt Preline
The text was updated successfully, but these errors were encountered: