April 2022 Summaries
2 posts from Nx
Filter
Month:
Year:
Post Summaries
Back to Blog
The blog post explores the integration of Storybook with Nx React Native applications, aiming to improve the developer experience by simplifying the setup process and enabling component testing through a convenient toggle option in the Debug Menu. It provides a step-by-step guide on installing and configuring Storybook within the Nx framework, detailing the generation of story files and the organization of necessary folders. The author addresses common errors developers might encounter, such as navigation and Redux store issues, and offers solutions like mocking navigation objects and Redux stores to ensure seamless component rendering in Storybook. The post highlights the benefits of Storybook for interactive component testing during development and suggests resources for further learning about Nx and React Native.
Apr 25, 2022
1,392 words in the original blog post.
Nx has undergone significant updates since its last release, with improvements focusing on core cleanup, enhanced performance, and expanded functionality. A key change is the consolidation of core functionalities into a single "nx" package, simplifying installation and migration processes. The Nx Daemon is now enabled by default, optimizing the recalculation of the project graph for faster operations. Additionally, the default opt-in for Nx Cloud streamlines setup for new workspaces. Plugin support has been expanded, allowing users to build and run Nx plugins locally, while improvements to the project graph visualization aid in debugging. New linter options, such as "notDependOnLibsWithTags," facilitate better codebase management, and automatic lint rule fixes address issues like circular dependencies. The release also introduces support for React 18 and Storybook for React Native, alongside enhancements to Nx Console and documentation. Users can explore new features through updated docs and tutorials, with the anticipation of further developments in the upcoming Nx v14.
Apr 08, 2022
1,996 words in the original blog post.