zorium

2.1.7 • Public • Published

Zorium

Zorium - The CoffeeScript Web Framework

zorium.org

(╯°□°)╯︵ ┻━┻ v2.0.0

Features

Example

= require 'zorium'
 
class Icon
  render: ({children}) ->
    z '.icon'children
 
class AppComponent
  constructor: ->
    @state = z.state
      name: 'Zorium'
 
  render: =>
    {name} = @state.getValue()
 
    z '.zorium',
      z 'p.text',
        z Icon'fireworks'
        "The Future -#{name}"
 
z.render new AppComponent()document.body

Documentation

zorium.org

Installation

yarn add zorium

Contribute

yarn install
yarn test

Changelog

  • 1.x -> 2
    • [breaking] deprecate z.ev()
    • [breaking] deprecate attributes property for manually specifying attributes
    • [breaking] deprecate z.router
    • [breaking] upgrade to RxJS v5
    • [breaking] remove requestAnimationFrame and Promise polyfill
    • add support for rendering static classes as components
    • migrate backend from virtual-dom to dio.js

Package Sidebar

Install

npm i zorium

Homepage

zorium.org/

Weekly Downloads

117

Version

2.1.7

License

MIT

Unpacked Size

396 kB

Total Files

36

Last publish

Collaborators

  • zolmeister