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

aurumjs

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurumjs

Fast and concise declarative DOM rendering library for javascript

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

Aurum

Fast and concise declarative DOM rendering library for javascript

Aurum is a DOM rendering library inspired by react and angular. In Aurum you define your DOM using JSX and each thing that can change, be it attributes or inner text can be assigned to a data source. There is no rerendering, no reconciliation, no watching no dirty checking and no guesswork on what will and will cause things to render.

Instead all the things that can change are bound to a so called data source which makes data mutations observable and then applies the changes directly to the DOM bypassing any need for virtual dom or heavy computations of any sort. This makes it very fast to apply updates while keeping the code short.

This project is still a very early prototype not suited for any serious project yet but feel free to try it and make bug reports or suggestions

Examples, proper documentation and benchmarks will be added in the near future.

Keywords

FAQs

Package last updated on 18 Nov 2019

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