Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.