Socket
Socket
Sign inDemoInstall

domic

Package Overview
Dependencies
1
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    domic

some description


Version published
Weekly downloads
41
increased by925%
Maintainers
1
Install size
613 kB
Created
Weekly downloads
 

Readme

Source

What is Domic

Domic is a typescript library intended to build user interfaces in a web environment. It tries to embrace the DOM as much as possible while still providing powerful constructs that allow for complex application creation.

It helps you accomplish this goal by providing the following ;

  • A controller system which binds objects to DOM nodes, notifying them whenever the node is added or removed from the document
  • An observable library for all that reactive bindings goodness
  • A react compatible build function meant to be used with jsx/tsx

Domic is typescript-first. As such, its API is meant to accomodate the type checker and its inference as much as possible.

Note that it is not meant to be used for website creation ; only the latest browsers are targeted. It is however ideal for mobile applications or environments such as nwjs.

FAQs

Last updated on 25 Apr 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc