Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5183242

Browse files
committed
docs(doc): update reamde
1 parent266e43b commit5183242

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎README.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
[![npm version](https://badge.fury.io/js/fronts.svg)](http://badge.fury.io/js/fronts)
77
![license](https://img.shields.io/npm/l/fronts)
88

9-
`Fronts` is a progressive micro frontends framework for building Web applications, and it's based on the[module federation](https://webpack.js.org/concepts/module-federation/) of Webpack.
9+
Fronts is a progressive micro frontends framework for building Web applications, and it's based on the[module federation](https://webpack.js.org/concepts/module-federation/) of Webpack.
1010

1111
##Motivation
1212

1313
Among the many micro frontends solutions,[single-spa](https://github.com/single-spa/single-spa) and[Module Federation](https://webpack.js.org/concepts/module-federation/) are the best of them.
1414

1515
[single-spa](https://github.com/single-spa/single-spa) is a micro frontends framework based on router configuration. The centralization of configuration brings some limitations, such as it is difficult to granulate nestable micro frontends, module granularity control, module sharing, and so on.
1616

17-
In 2019, Zack Jackson proposed and implemented Module Federation. Module Federation is a completely different concept from single-spa, and allows a JavaScript application to dynamically load code from another application. It completely solves the problem of code dependency sharing and runtime modularity. The idea is true -"[A game-changer in JavaScript architecture](https://medium.com/swlh/webpack-5-module-federation-a-game-changer-to-javascript-architecture-bcdd30e02669)" as mentioned in Zack Jackson's article. And it's currently supported by Webpack, Next.js, and Rollup.
17+
In 2019, Zack Jackson proposed and implemented Module Federation. Module Federation is a completely different concept from single-spa, and allows a JavaScript application to dynamically load code from another application. It completely solves the problem of code dependency sharing and runtime modularity. The idea is true -[A game-changer in JavaScript architecture](https://medium.com/swlh/webpack-5-module-federation-a-game-changer-to-javascript-architecture-bcdd30e02669) as mentioned in Zack Jackson's article. And it's currently supported by Webpack, Next.js, and Rollup.
1818

19-
Although the Module Federation concept is so amazing, it has not yet gone further to provide a more complete and fully targeted micro frontends framework implementation, and this is what`Fronts` is trying to do.
19+
Although the Module Federation concept is so amazing, it has not yet gone further to provide a more complete and fully targeted micro frontends framework implementation, and this is what Fronts is trying to do.
2020

2121
##Features
2222

@@ -31,10 +31,11 @@ Although the Module Federation concept is so amazing, it has not yet gone furthe
3131
-**Monorepo & TypeScript** - Friendly support for Monorepo and TypeScript, which are mutually appropriate technology stack.
3232
-**Version control** - It's used for efficient and dynamic delivery apps such as canary release.
3333
-**Zero hijacking** - Fronts didn't do any hijacking, maintaining originality and possible loss of performance and security.
34+
-**Generic Communication** - Fronts provides concise and generic communication APIs, which supports almost all frontend environments.
3435

3536
##Getting Started
3637

37-
>You can follow this article(["React without create-react-app Webpack 5"](https://dev.to/rogeliosamuel621/react-without-create-react-app-webpack-5-1b1o)) to quickly create`app1` and`app2` React projects.
38+
>You can follow this article([React without create-react-app Webpack 5](https://dev.to/rogeliosamuel621/react-without-create-react-app-webpack-5-1b1o)) to quickly create`app1` and`app2` React projects.
3839
3940
Assuming you've completed these steps, let's get started with a quick taste of the wonderful micro frontends development of Fronts.
4041

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp