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/how.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,30 +5,30 @@ title: How it works?
5
5
6
6
There are 2 Key Pillars of Universal React.
7
7
8
-
## 1. Accelerate React Development by instant initial setup
8
+
## 1. Instant initial setup
9
9
10
-
React developers can run `npx create-universal-react` generator for setting up Micro Frontend and SPA architecture with essential tooling instantly.
11
-
## 2. Continuous Improvement and Support via addition of optional features
10
+
React developers can run `npx create-universal-react` generator for setting up Micro Frontend and/or SPA architecture with essential tooling instantly.
11
+
## 2. On-demand addition of optional features
12
12
13
-
React developers can run `npx create-universal-react` generator again for adding on-demand optional features and projects to evolving applications generated with Universal React.
13
+
React developers can continuously improve their project by running `npx create-universal-react` generator again for adding optional features like mocking, end-to-end testing or even new projects to their evolving applications.
14
14
15
-
## Execution flow of generator
16
-
17
-
Following flow chart explains the workings of generator.
18
-
19
-

20
-
21
-
## Possible Architecture Overview
15
+
## Architecture Overview
22
16
23
-
Using this generator flow you can setup and evolve a project into following Architecture types.
17
+
Using this generator you can setup and evolve a project into a combination of following architecture types.
24
18
25
19

26
20
21
+
### How does Universal React achieve Micro Frontend?
22
+
27
23
There are 2 ways you can achieve Micro Frontend in this ecosystem.
28
24
29
-
1. Micro-App Loader: A small NPM package to load any React micro app or Web Component into a given container. This approach is ideal when:
25
+
1.**Micro-App Loader**: A small NPM package to load any React micro app or Web Component into a given container. This approach is ideal when:
30
26
1. You are not loading too many Micro Apps on a page.
31
27
2. You don't want to change configurations of Micro App to support Module Federation.
32
-
2. Module Federation: Multiple separate builds should form a single application. These separate builds should not have dependencies between each other, so they can be developed and deployed individually. Learn more [here](/universal-react-docs/docs/module-federation/).
28
+
2.**Module Federation**: Multiple separate builds should form a single application. These separate builds should not have dependencies between each other, so they can be developed and deployed individually. Learn more [here](/universal-react-docs/docs/module-federation/).
33
29
30
+
## Execution flow of generator
34
31
32
+
Following flow chart explains the workings of generator.
33
+
34
+

Copy file name to clipboardExpand all lines: docs/why.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,5 @@ title: Why you need this generator?
15
15
3. Attention to Developer experience for great productivity.
16
16
4. Preservation and replication of low-level best practices.
17
17
18
-
## How does Universal React addresses above concerns?
19
-
20
18
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.
0 commit comments