Gathering detailed insights and metrics for fusion-plugin-connected-react-router
Gathering detailed insights and metrics for fusion-plugin-connected-react-router
Gathering detailed insights and metrics for fusion-plugin-connected-react-router
Gathering detailed insights and metrics for fusion-plugin-connected-react-router
connected-react-router
A Redux binding for React Router v4 and v5
connected-next-router
A Redux binding for Next.js Router
redux-first-history
Redux First History - Redux history binding support react-router - @reach/router - wouter
@lagunovsky/redux-react-router
A Redux binding for React Router v6
npm install fusion-plugin-connected-react-router
2022-10-25 "autumn-hill"
Published on 26 Oct 2022
2022-10-14 "autumn-river"
Published on 26 Oct 2022
2022-10-13 "gaudy-mountain"
Published on 26 Oct 2022
2022-10-04 "dry-heart"
Published on 26 Oct 2022
2022-09-06 "lively-meadow"
Published on 26 Oct 2022
2022-08-31 "bitter-feather"
Published on 26 Oct 2022
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,538 Stars
5,352 Commits
136 Forks
28 Watching
20 Branches
94 Contributors
Updated on 06 Nov 2024
TypeScript (56.52%)
JavaScript (42.01%)
Shell (1.28%)
HTML (0.11%)
Starlark (0.06%)
Dockerfile (0.01%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-75%
1
Compared to previous week
Last month
-97.4%
16
Compared to previous month
Last year
-73.9%
4,526
Compared to previous year
3
29
Modern framework for fast, powerful React apps
fu·sion — noun
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:
1import App from 'fusion-react'; 2import Router from 'fusion-plugin-react-router'; 3 4export default () => { 5 const app = new App(<div>...</div>); 6 7 /* 8 One line of code sets up everything you need for routing: 9 - Server rendering 10 - React Providers on both server and browser 11 - Bundle splitting integration 12 - Hot module reloading support 13 */ 14 app.register(Router); 15 16 return app; 17}
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!
If you're interested in giving Fusion.js a shot, Overview and Core Concepts are great places to start.
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.
MIT
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More