Gathering detailed insights and metrics for react-universally
Gathering detailed insights and metrics for react-universally
Gathering detailed insights and metrics for react-universally
Gathering detailed insights and metrics for react-universally
expo-linking
Create and open deep links universally
react-universally-skinny
A "when size matters" adaptation of the react-universally starter kit.
@bkniffler/react-universally
A starter kit giving you the minimum requirements for a production ready universal react application.
@bkniffler/react-universally-dev
A starter kit giving you the minimum requirements for a production ready universal react application.
npm install react-universally
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.75%)
CSS (0.25%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,688 Stars
624 Commits
242 Forks
65 Watchers
2 Branches
28 Contributors
Updated on Jun 29, 2025
Latest Version
13.0.0
Package Id
react-universally@13.0.0
Size
659.44 kB
NPM Version
3.10.10
Node Version
6.10.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
18
51
A starter kit for universal react applications.
This starter kit contains all the build tooling and configuration you need to kick off your next universal React project, whilst containing a minimal "project" set up allowing you to make your own architecture decisions (Redux/MobX etc).
react
as the view.react-router
v4 as the router.express
server.jest
as the test framework.prettier
and Airbnb's ESlint configuration - performing code formatting on commit. Stop worrying about code style consistency.react-async-component
.react-helmet
provides control of the page title/meta/styles/scripts from within your components.express
server using helmet
and hpp
.now
with a single command.Redux/MobX, data persistence, modern styling frameworks and all the other bells and whistles have been explicitly excluded from this starter kit. It's up to you to decide what technologies you would like to add to your own implementation based upon your own needs.
However, we now include a set of "feature branches", each implementing a technology on top of the clean master branch. This provides you with an example on how to integrate said technologies, or use the branches to merge in a configuration that meets your requirements. See the
Feature Branches
documentation for more.
1git clone https://github.com/ctrlplusb/react-universally my-project 2cd my-project 3yarn 4yarn run development
Or, if you aren't using yarn
:
1git clone https://github.com/ctrlplusb/react-universally my-project 2cd my-project 3npm install 4npm run development
Now go make some changes to the Home
component to see the tooling in action.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 18/21 approved changesets -- score normalized to 8
Reason
project is archived
Details
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
125 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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