-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add monorepo setup recipe tailored for Ignite #173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are phenomenal guides @fpena. This has been a big topic to cover but you've have done a great job capturing all of our feedback and more.
I look forward to linking to these articles in community discussions.
Co-authored-by: Joshua Yoes <[email protected]>
I’ve given some feedback to Felipe in Slack, so once he’s addressed that and I’ve had a chance to review, then we can ship this! |
As suggested by @jamonholmgren, created PR for part 1 of these pair of guides. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small tweaks and then ready to ship, but I really love this iteration, great job @fpena!
Co-authored-by: Jamon Holmgren <[email protected]>
Co-authored-by: Jamon Holmgren <[email protected]>
Co-authored-by: Jamon Holmgren <[email protected]>
Co-authored-by: Jamon Holmgren <[email protected]>
Co-authored-by: Jamon Holmgren <[email protected]>
Co-authored-by: Jamon Holmgren <[email protected]>
Co-authored-by: Jamon Holmgren <[email protected]>
…ed/ignite-cookbook into fpena/add-monorepo-doc-part-2
PR Description
This PR introduces a guide for creating a Yarn mono repo tailored for React Native projects using the Ignite framework. The focus is on establishing a mono repo structure that accommodates shared utilities across multiple applications, such as a common ESLint configuration and a shared UI components library.
In detail, the guide includes:
apps/
andpackages/
folders, optimized for shared code and dependencies across multiple projects.Lastly, there's a document with guidance on choosing the right mono repo strategy, including when to adopt or avoid a mono repo, standard tools (Yarn Workspaces, Nx, Turborepo), and typical setups that align with specific project needs.