You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/features.md
+21-19
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,24 @@ This accelerator is an highly opinionated collection of tools and best practices
7
7
8
8
## Ecosystem of this reference architecture generator 🎉
9
9
10
-
-**Development Environment:** Monorepo setup with [Turborepo](https://turborepo.org/).
11
-
-**Next.js:** to develop SSR and SSG with great ease.
12
-
-**Micro Frontend:** architecture with [Module Federation](https://webpack.js.org/concepts/module-federation/).
13
-
-**Component scaffolding:** consistently generate components, services and pages using [Generate-Plop](https://github.com/pagesource/component-generator).
14
-
-**State Management:** lightest state management with Context APi and [Smart-Context](https://www.npmjs.com/package/smart-context).
15
-
-**Remote Data:** change the old way of using Remote Data with [React Query](https://react-query.tanstack.com/).
16
-
-**Unit Testing:** with Jest, [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) and Many custom testing utilities.
17
-
-**End 2 End Testing Automation:** using [Test Cafe](https://testcafe.io/).
18
-
-**Theme and Styling:** with CSS-in-JS using [Stitches](https://stitches.dev/).
19
-
-**Generic Component Library:** with basic building blocks via [Next UI](https://nextui.org/).
20
-
-**Component Browsing:** development and testing with [Storybook](https://storybook.js.org/).
21
-
-**Git Hooks:** to validate changes on Pre-commit, Pre-push using [Husky](https://typicode.github.io/husky/#/).
22
-
-**PWA:** for offline apps using [Workbox](https://developer.chrome.com/docs/workbox/).
23
-
-**Authoring:** made easy with [Markdown-to-JSX](https://www.npmjs.com/package/markdown-to-jsx).
24
-
-**Scaffolding:** of code using [Atomic Design](https://bradfrost.com/blog/post/atomic-web-design/).
25
-
-**Type Safe:** by default using [TypeScript](https://www.typescriptlang.org/).
26
-
-**Mocking:** Mock REST and GraphQl APIs.
27
-
-**Localization:** Switch content based on language preference.
28
-
-**Static Code Quality checks and formatting:** Javascript and CSS linting using Eslint, StyleLint and Prettier.
10
+
| Feature | Uses | Configurability | Optional |
11
+
| ------ | ------ | ------ | ------|
12
+
| Monorepo development environment |[Turborepo](https://turborepo.org/)| No | No|
13
+
| SSR & SSG | [Next.js](https://nextjs.org/) | No | No
14
+
| Micro Frontend | [Module Federation](https://webpack.js.org/concepts/module-federation/) | No | No
15
+
| Component Scaffolding | [Generate-Plop](https://github.com/pagesource/component-generator) | No | Yes
16
+
| State Management | [Smart-Context](https://www.npmjs.com/package/smart-context) | No | No
17
+
| Remote Data | [React Query](https://react-query.tanstack.com/) | No | No
18
+
| Unit Testing | [Jest](https://jestjs.io/) & [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) | No | No
0 commit comments