-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react): Add react-router to create-nx-workspace and react app generator #30316
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit f2ee2f9.
☁️ Nx Cloud last updated this comment at |
4d731d4
to
0ec423f
Compare
0ec423f
to
dbaf05a
Compare
dbaf05a
to
e3de28f
Compare
e3de28f
to
bdc36b8
Compare
bdc36b8
to
ccc48b6
Compare
ccc48b6
to
625cc07
Compare
625cc07
to
5be6912
Compare
5be6912
to
7ec71b5
Compare
just got a question: what is the diff between --routing and --useReactRouter? if i pass in --routing, would be there other routing library to use? |
7ec71b5
to
8a64455
Compare
c7a7a18
to
1fa5175
Compare
1fa5175
to
59f653f
Compare
59f653f
to
0551fb8
Compare
You get |
0551fb8
to
aa2c632
Compare
…act generator This also removes Remix from create-nx-workspace (React->Remix)
aa2c632
to
f2ee2f9
Compare
This pull request introduces improvements to React Router integration and removes the Remix preset.
Key Changes:
create-nx-workspace
to support React Router.create-nx-workspace
, but the package remains to support existing users.SSR & React Router Support
Default Routing Behavior
--routing
is now enabled by default when creating a React app usingcreate-nx-workspace
, aligning with Angular’s default behaviour.