commercetools / merchant-center-application-kit

Tools and components for developing Merchant Center Customizations 🛠
https://docs.commercetools.com/merchant-center-customizations
MIT License
66 stars 27 forks source link

React Router v6 support #2618

Open emmenko opened 2 years ago

emmenko commented 2 years ago

React Router v6 comes with new features, performance improvements and better compatibility with the latest versions of React.

https://reactrouter.com/docs/en/v6/upgrading/v5

Upgrading from v5 to v6 is not trivial and requires a lot of work. A first attempt and investigation was done some time ago #1575.

However, the React Router team recently released a compatibility package to ease the migration from v5 to v6: react-router-dom-v5-compat.

https://reactrouter.com/docs/en/v6/upgrading/v5

We should starting using that to kick start the migration work and see if we can also ease the process for Custom Applications users.

Upgrading to v6 opens up more useful features such as data loaders.

nihalna commented 1 month ago

Any plans to do this update?