6 ms·
I'm currently working with Alpine.js in order to try to build "Universal Components" or "Hypermedia Components". Where you just hit a URL and get your component
by examplary_cable 3y ago
I'm currently working with Alpine.js in order to try to build "Universal Components" or "Hypermedia Components". Where you just hit a URL and get your component like /components/infinite-canvas or /components/svg-2-base64 or /components/lib-somelib.
[1] ilse.ink/components(It's not ready yet)
- TigerTeamX 3y agoSounds interesting. ilse.ink/components didn't work. Could you post a link to it?
- examplary_cable 3y agoI'm still working in it, but that's going to be the link. Trying to make universal components is hard, like, I wanted to make all components available trough a "filter" where you could re-use React.js, Vue.js, Svelt, Solid components with each other. When you think about it, components are just I/O with maybe some libraries. I'm thinking this is field is right for some standardization.
- RamblingCTO 3y agoDo you know about shoelace?
- examplary_cable 3y agoInteresting Thanks!