Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Take the boilerplate out of your React/Redux/Saga stack using the magic of TypeScript! 🧙
Take the boilerplate out of your React/Redux/Saga stack using the magic of TypeScript! 🧙
A project to reduce the amount of boilerplate that needs to be written for redux/redux-saga based applications.
Developed for an Agile Digital "Fedex Day".
Here at Agile Digital we are big on using Redux and Sagas to manage state and side effects.
However, the benefits of redux-saga come with a downside. There is a lot of boilerplate code that needs to be written to support the patterns enforced by redux and redux-saga.
This can discourage developers from using these patterns, and can sometimes make simple features to take extra time to implement.
In newer versions of React, new forms of state management have been introduced in the form of hooks. While they have their rightful place in a React application, for example when managing temporary UI state, their simplicity can tempt developers to manage more and more of the application's state using them. Initially this trade off might seem successful due to faster cycle times and a perceived reduction in complexity but their are hidden costs that will appear later in the lifecycle of a project.
To try and avoid this trend, we decided to use the power of TypeScript to reduce the boilerplate of redux and redux-saga.
The unit tests are a good example of how it all works:
We also have a basic project that demonstrates how sagamatron integrates with everything: https://github.com/agiledigital/react-redux-saga-sagamatron
FAQs
Take the boilerplate out of your React/Redux/Saga stack using the magic of TypeScript! 🧙
We found that sagamatron 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.