Further reading
The Remix documentation includes a guide on how to migrate from React Router to Remix: https://remix.run/docs/en/main/guides/migrating-react-router-app.
The Remix documentation further includes an article by Pedro Cattori that documents how to migrate from webpack to Remix: https://remix.run/blog/migrate-from-webpack.
Refer to Remix’s release log to stay up to date with Remix’s releases: https://github.com/remix-run/remix/releases.
Sergio Xalambrí wrote an article on how to run Next.js side by side with Remix for an incremental migration: https://sergiodxa.com/articles/run-next-and-remix-on-the-same-server.
You can find Remix’s roadmap on GitHub: https://github.com/orgs/remix-run/projects/5. You can also find roadmap planning meetings on YouTube: https://www.youtube.com/c/Remix-Run/videos.
You can find more information about semantic versioning here: https://semver.org/.
Learn more about Remix’s future flag approach...