Socket
Socket
Sign inDemoInstall

@atom-iq/rvd

Package Overview
Dependencies
2
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @atom-iq/rvd

Atom-iQ Reactive Virtual DOM Renderer


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Atom-iQ Core (@atom-iq/core)

Installing
  • npm - npm install --save @atom-iq/core
  • yarn - yarn add @atom-iq/core

However, after it will be implemented in iQ CLI (@atom-iq/cli), recommended way to start a project, will be iq project <project-name> command (or npx @atom-iq/cli project <project-name>)

The Extendable Reactive Virtual DOM Renderer

Atom-iQ Core library is a main, required library of the Atom-iQ framework. It could also act independently, as lightweight DOM rendering library, but it's recommended to use it with additional, optional framework packages, that's making complete front-end ecosystem.

The Core library is including Reactive Virtual DOM Renderer, hooks and main type definitions for the framework.

Starting the app
import App from './App'
import { start } from '@atom-iq/core'


const rootDomRvd = start(<App />)(document.getElementById('root'))

Documentation

  • Framework
  • Reactive Virtual DOM
  • Component
  • Elements

FAQs

Last updated on 15 Sep 2022

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