Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

literaljs

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

literaljs

A small JavaScript library for building reactive user interfaces.

  • 7.0.0
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

LiteralJS Logo


LiteralJS

A small JavaScript library for building user interfaces.

  • Documentation: https://literaljs.com

Recent 7.0.0 microbundle:

Build "literaljs" to build:
       1858 B: index.js.gz
       1613 B: index.js.br
       1861 B: index.m.js.gz
       1621 B: index.m.js.br
       1921 B: index.umd.js.gz
       1682 B: index.umd.js.br

Features and stuff

  • Small: Under 2kB in size (using microbundle).
  • Startup: Amazing startup metrics; Great for weaker devices and weaker connections.
  • Simple: LiteralJS uses plain functions and applies structure to building components for easier development.
  • Fast: Current and previous vDOM data is diffed instead of the actual DOM for performant updates and rendering.
  • Virtual DOM: Diffing occurs only on state update for more efficient DOM updates.
  • Flexible Syntax: Freedom to use JSX, Hyperscript, or Object syntax.
  • Lifecycle Methods: Components have the ability to trigger mounted, updated, and unmounted lifecycle functions.
  • Global Application Store: One source of truth which makes other state management libraries (like Redux) less of a need.
  • Component State: Manage state individually per component.
  • Event Delegation: Uses event delegation for most events within the application for increased performance.

FAQs

Package last updated on 04 Mar 2020

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