
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
Simply connect RxJs Subject and BehaviorSubject to your react component.
Install project:
npm install rxprop --save
Use it as a higher order component or decorator ( if you have setup ):
import React from 'react';
import { BehaviorSubject } from 'rxjs';
import rxProp from 'rxprop';
export const Store = {
currentUser: new BehaviorSubject(null)
}
class Hello extends React.Component {
render() {
return `Hello, ${this.props.user}`;
}
}
export default rxProp({user: Store.currentUser})(Hello);
You can use this library as a simple store, a replacement for redux if you want.
https://pixelplux.com/en/39/react-rxjs-store-you-dont-need-redux/
FAQs
RxJs based store for react - react component rxjs connector
We found that rxprop 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
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.