Laravel JetStream looks like a huge timesaver, but with Inertia.js it will only provide a Vue front-end, however I'm wanting a React front-end. I'm wondering if anyone has managed to do this, and if so would be willing to contribute their code to the JetStream project? Maybe for a bounty?
Thanks all.
after i forked jetstream package i converted vue to React
i handled inertia configuration ,fixed jsx interpretation
and converted all Vue files to react i only touched the front end part so it's doesn't effect on how jetstream works
files please contact me if you want source code
aymenlabidi21@gmail.com
the source paid 7$ paypal
i have only typescript tsx* you can change them to jsx and remove the types and it will work fine
for anyone want to convert them alone
Vue slot can be replaced in react with lot of solution the simplest one is react props
there is no official transition group in react find any external package
For anyone looking for a React implementation of Jetstream, using fortity please check out my starter kit. https://github.com/kachidk/atlas , I kept it minimal so you can easily customize it to meet your needs. PS it don't have all the features of Jetstream but at least it has the fundamentals to get you started.
Please don't forget to star and recommend to others.
You can install jetstream+inertia and follow the official instructions.
After that, install & run the above and it converts all vue files to React for you.