psydux
v3.0.8
Published
A Psychic JavaScript framework for building UIs without HTML.
Downloads
12
Readme
Psydux
A functional JavaScript Framework for building user interfaces
Functional - Declare functions that return components
Modular - Share functions across applications
DRY and Reusable - Psydux apps do not contain one line of HTML
Install
npm install --save psyduxExample
import { el, render } from 'psydux'
const h1 = text => el('h1', () => text)
render(
h1('Hello, World!')
)Psydux is Modern JavaScript framework for building web applications with reusable functions.
The easiest way get started using the Psydux JavaScript framework is to install the command line interface. Install node first if you have not already.
