React Tutorial - Part 5: Summary
In this tutorial you:
- Learned how to use Nx's Generators to generate code for your workspace.
- Learned how Nx determines a graph of your workspace
- Learned how to configure and run tasks in your workspace
- Learned how Nx's built-in optimizations work, and how to apply those to your own workspace
Learn More
Free Nx Course on YouTube
Follow up this tutorial with our free Nx Course.
Free Nx Course From Egghead
Follow up this tutorial with a free course on React development with Nx we made in collaboration with Egghead.
Core Features
Learn more about the Core Features of Nx.
The Nx Mental Model
Expand your Mental Model of Nx.
Distributed Task Execution
Learn how to use Nx Cloud for Distributed Task Execution to speed up your CI times even more.
Configure CI For Your Workspace
Learn how to create CI configuration for your workspace using our ci-workflow generator, or by creating your own workflow.