feat(react): Add react-router to create-nx-workspace and react app generator#30316
feat(react): Add react-router to create-nx-workspace and react app generator#30316FrozenPandaz merged 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
View your CI Pipeline Execution ↗ for commit 28c2e51.
☁️ 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
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
aa2c632 to
f2ee2f9
Compare
…act generator This also removes Remix from create-nx-workspace (React->Remix)
f2ee2f9 to
28c2e51
Compare
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This pull request introduces improvements to React Router integration and removes the Remix preset.
Key Changes:
create-nx-workspaceto support React Router.create-nx-workspace, but the package remains to support existing users.SSR & React Router Support
Default Routing Behavior
--routingis now enabled by default when creating a React app usingcreate-nx-workspace, aligning with Angular’s default behaviour.