Replies: 8 comments 6 replies
-
I was also looking for the same, but, without success. |
Beta Was this translation helpful? Give feedback.
-
it would be really cool to have an adapter for solidjs. |
Beta Was this translation helpful? Give feedback.
-
I had a poc around for a while, just put it in a repository. https://github.com/jpmaga/inertia-solid-adapter Feel free to clone, fork, play with it. Have a ball. Again, it is a POC, from the little I used it, it seems to work fine, but expect bugs. No SSR support or anything. At least not for now, and I don't really use it, so probably that will need to be someone else adding it. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I saw this discussion existed recently, but I wanted to comment when I finished my part. I have also been working on a SolidJS adapter, just like @jpmaga did, although I would've loved to find his work before I started hacking another implementation 😅. I've just published my adapter for SolidJS here: https://github.com/iksaku/inertia-adapter-solid. If you're interested, my adapter is based on the adapters for all three other frameworks (React, Svelte, Vue), trying to incorporate the best integration ideas from each while also trying to keep as close to SolidJS practices as possible (may not be "best" ones but what I ultimately felt "correct"). There's some exciting stuff I integrated into my adapter, which I hope you will like:
Please let me know if you have a chance to test it out and encounter any issues or if you have any ideas that could help make this a better integration. 🫡 |
Beta Was this translation helpful? Give feedback.
-
SolidJS is a kind of UI framework that makes sense to me. It is closer to web standards, more performant, and enjoyable to use. Also, I am a big fan of Laravel + Inertia's productivity. So first-party SolidJS support will be a big win for future web development. So, I am also requesting the Inertia.js core dev team to address this issue |
Beta Was this translation helpful? Give feedback.
-
Also arrived here, looking for official support. Great to see some in the community exploring solutions! |
Beta Was this translation helpful? Give feedback.
-
Solidjs Support would be amazing! I literally can't go back to react or vue. Workarounds exist, but would love to see 1st party support! |
Beta Was this translation helpful? Give feedback.
-
It's probably a long shot asking for first-party support for yet-another front-end framework 😅 but I thought I'd put it out into the universe. I've tried to create an adapter myself, just a little out of my league.
SolidJS is a lightweight framework with performance almost on-par with vanilla JS, and a small bundle size to boot. It's also wonderfully easy to use!
https://www.solidjs.com/
Beta Was this translation helpful? Give feedback.
All reactions