Atom-iQ Reactive Virtual DOM Renderer
npm install @atom-iq/rvd@atom-iq/core)npm install --save @atom-iq/coreyarn 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 command (or npx @atom-iq/cli project )
#### 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
``typescript jsx
import App from './App'
import { start } from '@atom-iq/core'
const rootDomRvd = start(
``