Skip to content

timurtu/psydux

Repository files navigation

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

Create and develop apps with the psydux cli

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

About

🌀 A functional JavaScript framework for building user interfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published