Skip to content

Commit 9ae7133

Browse files
Vinod KumarVinod Kumar
authored andcommitted
2 parents a52747d + 5646b9e commit 9ae7133

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/why.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ title: Why you need Universal React?
1818
With **Reuse, Replicate and Reduce** philosophy at its core Universal React is an accelerator to generate SSR, SSG or Micro-Apps with essential tooling to enable great dev experience and solution quality.
1919

2020
## Industry Comparison
21+
| | Create react app | Create Next app | Universal react app |
22+
| ------ | ------ | ------ | ------ |
23+
| SSR, SSG | No | Yes | Yes
24+
| MicroApp | No | No | Yes
25+
| Configurability | Not much room for configuration | Almost everything is configurable | Almost everything is configurable
26+
| Monorepo support | Not out of the box | Not out of the box | Yes, comes with turborepo setup
27+
| Typescript | Yes | Yes | Yes
28+
| Inbuilt Unit Testing setup | No | No | Yes
29+
| Inbuilt Storybook setup | No | No | Yes
30+
| Integrated design system | No | No | Yes, using Nextui
31+
| Inbuilt Loader | No | No | Yes
32+
| Smart Context | No | No | Yes
33+
| Integrated browser & server logger | No | No | Yes
34+
| Integrated Component generator | No | No | Yes, using generate-plop
35+
| Module Federation base setup | No | No | Yes
36+
|Quality control cofiguration setup | No | No | Yes
37+
| E2E automation | No | No | Yes, using Test Cafe
38+
| PWA | No | No | Yes, using workbox
2139

2240
## Impact and Efficiency
2341

0 commit comments

Comments
 (0)