Magickbase / neuron-public-issues

Neuron Issues
6 stars 3 forks source link

Replace `react-script` to another #356

Open yanguoyu opened 8 months ago

yanguoyu commented 8 months ago

Since react-script is no longer being updated, it is also not recommended for official use. We'd better migrate it to another tool.

Here are other tools

yanguoyu commented 6 months ago

Maybe vite is a more suitable tool, vite is a package and build tool, and others are frameworks. @Keith-CY @homura @devchenyan @twhy Would you happen to have any suggestions? If there are no other objections, I will try to upgrade to Vite.

Keith-CY commented 6 months ago

Maybe vite is a more suitable tool, vite is a package and build tool, and others are frameworks. @Keith-CY @homura @devchenyan @twhy Would you happen to have any suggestions? If there are no other objections, I will try to upgrade to Vite.

Vite is good, but I'd like to see the comparison among some building tools to know why vite is more suitable.

yanguoyu commented 5 months ago

some building tools

Do you mean like webpack these tools?

Keith-CY commented 5 months ago

some building tools

Do you mean like webpack these tools?

Yes, things like webpack, esbuild, snowpack, etc.