Socket
Socket
Sign inDemoInstall

forgo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forgo

Forgo is a 4KB library that makes it super easy to create modern web apps using JSX (like React). Unlike React, apps are plain JS with very little framework specific code.


Version published
Weekly downloads
145
increased by663.16%
Maintainers
1
Weekly downloads
 
Created
Source

forgo

Forgo is a 4KB library that makes it super easy to create modern web apps using JSX (like React). Unlike React, apps are plain JS with very little framework specific code.

Everything you already know about DOM APIs and JavaScript will easily carry over:

  • Use HTML DOM APIs for accessing elements
  • There are no synthetic events, use standard DOM APIs
  • Use Closures for maintaining component state
  • Use any singleton pattern for managing app-wide state
  • There's no vDOM, DOM diffing etc. Renders are manually triggered.

Installation

npm i forgo

FAQs

Package last updated on 14 Jan 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc