psydux

3.0.8 • Public • Published

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

Get started with Psydux

Install

npm install --save psydux

Join our Gitter chat

Example

import { el, render } from 'psydux'
 
const h1 = text => el('h1', () => text)
 
render(
  h1('Hello, World!')
)

See more examples

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.

Learn more about the Psydux CLI

Dependencies (2)

Dev Dependencies (21)

Package Sidebar

Install

npm i psydux

Weekly Downloads

4

Version

3.0.8

License

ISC

Last publish

Collaborators

  • timurtu