* docs(storybook): best practices guide and recipe * docs(storybook): rearrange structure
97 lines
3.9 KiB
Markdown
97 lines
3.9 KiB
Markdown
# All Recipes
|
|
|
|
## Getting Started
|
|
|
|
- [Set up a new workspace](/recipe/set-up-a-new-workspace)
|
|
|
|
## Nx Console
|
|
|
|
- [Generate Command](/recipe/console-generate-command)
|
|
- [Run Command](/recipe/console-run-command)
|
|
- [Project Pane](/recipe/console-project-pane)
|
|
- [Keyboard Shortcuts](/recipe/console-shortcuts)
|
|
|
|
## CI
|
|
|
|
- [Setting up Azure Pipelines](/recipe/monorepo-ci-azure)
|
|
- [Setting up CircleCI](/recipe/monorepo-ci-circle-ci)
|
|
- [Setting up GitHub Actions](/recipe/monorepo-ci-github-actions)
|
|
- [Setting up Jenkins](/recipe/monorepo-ci-jenkins)
|
|
- [Setting up GitLab](/recipe/monorepo-ci-gitlab)
|
|
- [Setting up Bitbucket](/recipe/monorepo-ci-bitbucket-pipelines)
|
|
|
|
## Adopting Nx
|
|
|
|
- [Nx and Lerna](/recipe/lerna-and-nx)
|
|
- [NPM/Yarn/PNPM workspaces](/recipe/adding-to-monorepo)
|
|
- [From CRA](/recipe/migration-cra)
|
|
- [From Angular CLI](/recipe/migration-angular)
|
|
- [From AngularJS](/recipe/migration-angularjs)
|
|
- [Manual migration](/recipe/manual)
|
|
- [Preserving Git Histories](/recipe/preserving-git-histories)
|
|
|
|
## Executors
|
|
|
|
- [Use Executor Configurations](/recipe/use-executor-configurations)
|
|
- [Running Custom Commands](/recipe/run-commands-executor)
|
|
- [Creating Custom Executors](/recipe/creating-custom-executors)
|
|
- [Compose Executors](/recipe/compose-executors)
|
|
|
|
## Generators
|
|
|
|
- [Local Generators](/recipe/local-generators)
|
|
- [Composing Generators](/recipe/composing-generators)
|
|
- [Generator Options](/recipe/generator-options)
|
|
- [Creating Files](/recipe/creating-files)
|
|
- [Modifying Files](/recipe/modifying-files)
|
|
|
|
## Advanced Plugins
|
|
|
|
- [Project Inference Plugins](/recipe/project-inference-plugins)
|
|
- [Project Graph Plugins](/recipe/project-graph-plugins)
|
|
|
|
## Environment Variables
|
|
|
|
- [Define Environment Variables](/recipe/define-environment-variables)
|
|
- [Use Environment Variables in React](/recipe/use-environment-variables-in-react)
|
|
- [Use Environment Variables in Angular](/recipe/use-environment-variables-in-angular)
|
|
|
|
## Module Federation and Micro Frontends
|
|
|
|
- [Faster Builds with Module Federation](/recipe/faster-builds)
|
|
- [Advanced Micro Frontends with Angular using Dynamic Federation](/recipe/dynamic-module-federation-with-angular)
|
|
- [Nx Micro-Frontend Example](/recipe/nx-examples)
|
|
|
|
## Storybook
|
|
|
|
- [Publishing Storybook: One main Storybook instance for all projects](/recipe/one-storybook-for-all)
|
|
- [Publishing Storybook: One Storybook instance per scope](/recipe/one-storybook-per-scope)
|
|
- [Publishing Storybook: One main Storybook instance using Storybook Composition](/recipe/one-storybook-with-composition)
|
|
|
|
## Other
|
|
|
|
- [JavaScript and TypeScript](/recipe/js-and-ts)
|
|
- [React Native with Nx](/recipe/react-native)
|
|
- [Adding Images, Fonts, and Files](/recipe/adding-assets-react)
|
|
- [Setup incremental builds for Angular applications](/recipe/setup-incremental-builds-angular)
|
|
- [Profiling Build Performance](/recipe/performance-profiling)
|
|
- [Using ESLint in Nx Workspaces](/recipe/eslint)
|
|
- [Configuring Browser Support](/recipe/browser-support)
|
|
- [Deploying Next.js applications to Vercel](/recipe/deploy-nextjs-to-vercel)
|
|
- [Webpack 5 Migration](/recipe/webpack-5)
|
|
- [Using Tailwind CSS in React](/recipe/using-tailwind-css-in-react)
|
|
- [React 18 Migration](/recipe/react-18)
|
|
- [Using Tailwind CSS with Angular projects](/recipe/using-tailwind-css-with-angular-projects)
|
|
- [Using NgRx](/recipe/misc-ngrx)
|
|
- [Using Data Persistence operators](/recipe/misc-data-persistence)
|
|
- [Customizing Webpack Config](/recipe/customize-webpack)
|
|
- [Powering Up React Development With Nx](/recipe/react-nx)
|
|
- [Using Apollo GraphQL](/recipe/apollo-react)
|
|
- [Large Repo and Caching](/recipe/caching)
|
|
- [Large Repo and DTE](/recipe/dte)
|
|
- [Ban Dependencies with Certain Tags](/recipe/ban-dependencies-with-tags)
|
|
- [Tag in Multiple Dimensions](/recipe/tag-multiple-dimensions)
|
|
- [Ban External Imports](/recipe/ban-external-imports)
|
|
- [Tags Allow List](/recipe/tags-allow-list)
|
|
- [Disable Graph Links Created from Analyzing Source Files](/recipe/analyze-source-files)
|