mjackson / remix-the-web

Open source tools for Remix (or any framework!)
MIT License
712 stars 14 forks source link

Collaborate with other development teams to implement packages #22

Closed Bricklou closed 4 weeks ago

Bricklou commented 1 month ago

Under advice from Jacob Paris on the Discord server, I'm rewriting my message here to have a better visibility.

After having watched the remix roadmap 15, and I had some though about the file-storage package. I am wondering : Romain Lanz and Harminder Virk from Adonis created FlyDrive (the new drive library for Adonis, but it is completely framework-agnostic) to handle file storing server side, isn't it overlapping the library this repository ? 🤔

FlyDrive VS file-storage is a simple example, but the Adonis team made a lot of small packages that could work in a remix environment, like VineJS for validation.

I'm aware that some libraries might not fit the "remix-way", but I am rather thinking about a collaboration between both Adonis and Remix teams to create an ecosystem of packages that would fit to everyone. This way, we can avoid reimplementing things again and again.

(This issue can be migration into a GitHub discussion if needed.)

mjackson commented 4 weeks ago

I'm happy to collaborate with anyone who wants to collaborate with us. That's why I'm working out in the open on GitHub and publishing everything as I go. I plan on drawing up a roadmap soon so it's more obvious where we're going with this, but in the meantime the Adonis team (or any other team) are free to fork/PR away!