Comment on Design System Options for RailsparentComments−troupo1yNote that we're talking about embedding them in a Rails app.- all SSRed custom components are framework/library specific and cannot be rendered outside of javascript runtimes- you need a JS call to initialize each custom component (though this is likely provided by the bundled JS)- since when providing an id in a server-rendered HTML become an insurmountable challenge?- and they have many additional issues. Example in the sibling comment: https://news.ycombinator.com/item?id=43641081Anyway, you have an axe to grind,I don't have an axe to grind. I correct the magical wishful thinking that exists around custom components
Comments
Note that we're talking about embedding them in a Rails app.
- all SSRed custom components are framework/library specific and cannot be rendered outside of javascript runtimes
- you need a JS call to initialize each custom component (though this is likely provided by the bundled JS)
- since when providing an id in a server-rendered HTML become an insurmountable challenge?
- and they have many additional issues. Example in the sibling comment: https://news.ycombinator.com/item?id=43641081
I don't have an axe to grind. I correct the magical wishful thinking that exists around custom components