You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since CRA is being deprecated, and we still use react-scripts, we need to migrate Kedro-Viz to Vite as recommended by React. react-scripts handles bundling, the dev server, and testing, but Vite is faster and better suited for modern React. The migration will update the build system, replace CRA-specific scripts, and ensure tests still work.
FYI, We can also look at Parcel, or RSBuild but we did some work making our React app compatible to 'Vite' already so we should go for it. Let me know if you think otherwise.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
Checklist
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Description
Since CRA is being deprecated, and we still use
react-scripts
, we need to migrate Kedro-Viz toVite
as recommended by React.react-scripts
handles bundling, the dev server, and testing, butVite
is faster and better suited for modern React. The migration will update the build system, replace CRA-specific scripts, and ensure tests still work.FYI, We can also look at Parcel, or RSBuild but we did some work making our React app compatible to 'Vite' already so we should go for it. Let me know if you think otherwise.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
Checklist
The text was updated successfully, but these errors were encountered: