Replies: 4 comments 6 replies
-
From my side, this is still very much the goal of this project. Although I haven't had the time to contribute. I think the bottleneck is precisley that: everyone is busy. So any contribution is more than welcome. |
Beta Was this translation helpful? Give feedback.
-
The situation is that, @nksaraf is into replicating everything that Next does with Vite. I haven't been able to contribute much after the initial start (I changed jobs and I moved from Istanbul to Lisbon, I haven't fully settled yet). But he found it easier to have everything in a package so he could move faster and it makes sense to me too. I'm still committed to extracting the reusable parts into a Vite plugin and a maybe a support library to go with it as soon as I find some free time. The plugin is still there, it's just not in its own package at the moment but it will be. In summary, my goal is to have a generic Vite RSC plugin and a bunch of utilities to go with it. Nikhil is also interested in a full reference implementation, I'm less so. He has already forked this repo but we'll keep working together. And of course I'd personally be delighted if you could help (or maybe lead) towards that goal. |
Beta Was this translation helpful? Give feedback.
-
Yeah it's very much of a goal of mine. The only reason I put things together is I need to be able to build a package and try it outside the development repo. And can't have to too many moving parts. I think I'll probably split it out soon again after I figure out where the seams are. As I started adding routing and another worker got involved the earlier vite plug-in on its own wasn't enough. So I had to rediscover the seams. Getting close to that. My fork is so that I could experiment with my companies products in there. I will mostly be up streaming everything. |
Beta Was this translation helpful? Give feedback.
-
Yeah I would say that a big goal is to have the pieces so that vite based frameworks don't have to redo the pieces.. so for example rakkas, impala, vite-plugin-ssr each of them should be able to use those pieces without duplicating. |
Beta Was this translation helpful? Give feedback.
-
I just noticed that providing reusable plugin is no longer the short term goal of this project.
I was hoping this project to provide vite specific solutions that our project can use.
dai-shi/waku#21
If it isn't happening some time soon. We would need to look for some solutions on our end.
Beta Was this translation helpful? Give feedback.
All reactions