0.3.5-alpha.2 • Published 2 years ago

@atom-iq/core v0.3.5-alpha.2

Weekly downloads
16
License
MIT
Repository
-
Last release
2 years ago

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

0.3.5-alpha.1

2 years ago

0.3.5-alpha.2

2 years ago

0.3.5-alpha.0

2 years ago

0.3.0-alpha

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.0-alpha.2

3 years ago

0.2.0-alpha.1

3 years ago

0.2.0-alpha.0

4 years ago

0.2.0-alpha

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.0-beta.1

4 years ago

0.1.0-beta.0

4 years ago

0.1.0-alpha.8

4 years ago

0.1.0-alpha.7

4 years ago

0.1.0-alpha.6

4 years ago

0.1.0-alpha.5

4 years ago

0.1.0-alpha.4

4 years ago

0.1.0-alpha.3

4 years ago

0.1.0-alpha.2

4 years ago