-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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): support generating components using the path as provided #19608
feat(react): support generating components using the path as provided #19608
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d36bf65. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
43ae11e
to
5c0267e
Compare
5c0267e
to
90b7004
Compare
90b7004
to
af66ab0
Compare
610cb1c
to
c3ae891
Compare
c3ae891
to
86d0243
Compare
86d0243
to
382dd6e
Compare
382dd6e
to
f2c7517
Compare
f2c7517
to
0f37037
Compare
0f37037
to
d36bf65
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 PR adds consistent directory support to React, Next.js, React Native, and Expo generators.
Starting in v17, users can create components and other artifact by provide a path from the CWD.
Affected generators
@nx/react:component
@nx/react:hook
@nx/react:redux
@nx/next:component
@nx/next:page
@nx/react-native:component
@nx/expo:component