Fusion.js

开源 fusionjs monorepo。「The open source fusionjs monorepo」

Github星跟蹤圖

What is it?

fu·sionnoun

The process or result of joining two or more things together to form a single entity.

Fusion.js, Uber’s open source universal web framework, represents the fusion of the client and the server. It's geared for server-side rendering out of the box, and its plugin-driven architecture allows for complex frontend and backend logic to be encapsulated in a single plugin:

import App from 'fusion-react';
import Router from 'fusion-plugin-react-router';

export default () => {
  const app = new App(<div>...</div>);

  /*
  One line of code sets up everything you need for routing:
  - Server rendering
  - React Providers on both server and browser
  - Bundle splitting integration
  - Hot module reloading support
  */
  app.register(Router);

  return app;
}

We initially built Fusion.js to make our own websites easier to maintain, but were so impressed with the benefits that we decided to offer it to the community as an open source project!

Try it out

If you're interested in giving Fusion.js a shot, Overview and Core Concepts are great places to start.

Contributing

This is a monorepo of all open source Fusion.js packages maintained using Yarn v2. Take a look at CONTRIBUTING.md for info on how to develop in this repo.

License

MIT

主要指標

概覽
名稱與所有者fusionjs/fusionjs
主編程語言TypeScript
編程語言JavaScript (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2017-10-31 05:09:50
推送於2024-04-23 00:39:57
最后一次提交2023-03-01 22:17:37
發布數127
最新版本名稱releases/2022-10-25/194430/autumn-hill (發布於 )
第一版名稱v0.1.9 (發布於 )
用户参与
星數1.5k
關注者數27
派生數138
提交數5.4k
已啟用問題?
問題數215
打開的問題數130
拉請求數365
打開的拉請求數17
關閉的拉請求數192
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?