New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@garfish/bridge-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/bridge-react

garfish module.

  • 1.14.2-beta-20230222115558.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-73.08%
Maintainers
8
Weekly downloads
 
Created

@garfish/bridge-react

NPM version

Usage

// child app
import { reactBridge } from '@garfish/bridge-react';
function App() {
  return <div>content</div>;
}
export const provider = reactBridge({
  el: '#root',
  rootComponent: App,
});

FAQs

Package last updated on 22 Feb 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