Skip to content

Commit b9307c5

Browse files
authored
Merge pull request #51 from pagesource/docs/update-features
Docs/update features
2 parents 779e450 + 9993eba commit b9307c5

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

docs/features.md

+21-19
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@ This accelerator is an highly opinionated collection of tools and best practices
77

88
## Ecosystem of this reference architecture generator 🎉
99

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
19+
| E2E Testing automation | [Test Cafe](https://testcafe.io/) | Yes | Yes
20+
| Theme & Styling | [Stitches](https://stitches.dev/) | No | No
21+
| Generic Component Library | [Next UI](https://nextui.org/) | No | No
22+
| Component Browsing | [Storybook](https://storybook.js.org/). | No | No
23+
| Git Hooks | [Husky](https://typicode.github.io/husky/#/) | No | No
24+
| PWA | [Workbox](https://developer.chrome.com/docs/workbox/) | No | Yes
25+
|Authoring | [Markdown-to-JSX](https://www.npmjs.com/package/markdown-to-jsx) | No | No
26+
| Scaffolding | [Atomic Design](https://bradfrost.com/blog/post/atomic-web-design/) | No | No
27+
| Typesafe | [TypeScript](https://www.typescriptlang.org/). | No | No
28+
|Mocking | [GraphQl](https://graphql.org/) & REST APIs | Yes | No
29+
|Localization |NA | No| No
30+
|Code quality and formatting | Eslint, StyleLint and Prettier | Yes | No

0 commit comments

Comments
 (0)