New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@anywidget/react

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anywidget/react

React utilities for anywidget

npmnpm
Version
0.0.2
Version published
Weekly downloads
12K
90.25%
Maintainers
1
Weekly downloads
 
Created
Source

@anywidget/react

React utilities for anywidget

Installation

npm install @anywidget/react

Usage

import * as React from "react";
import { createRender, useModelState } from "@anywidget/react";

function Counter() {
	let [value, setValue] = useModelState("value");
	return <button onClick={() => setValue(value + 1)}>count is {count}</button>;
}

export let render = createRender(Counter);

License

MIT

FAQs

Package last updated on 22 Jul 2023

Did you know?

Socket

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.

Install

Related posts