
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
generator-react-webpack-base
Advanced tools
A base template for a fullstack react webpack application
A base template for a fullstack react webpack application
A base template for an isomorphic react application using webpack.
First, install Yeoman and generator-react-webpack-base using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-webpack-base
Then generate your new project:
yo react-webpack-base
You will be prompted if you want to use redux or not. If you choose not to use redux and want to add it later you can run
yo react-webpack-base:redux
To add a new component run
yo react-webpack-base:component
This will create a new component in the components directory
To create a container for an existing component run
yo react-webpack-base:container
You will be prompted to select the component to wrap and if this is a redux container.
To create a new redux action use
yo react-webpack-base:redux-action
You will be prompted for the action name and the reducer to use. If the reducer does not exist it will be created (you will still need to add it to combine reducers).
Apache-2.0 © Elvey
FAQs
A base template for a fullstack react webpack application
We found that generator-react-webpack-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.