0.1.0 • Published 8 years ago

fray v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

fray

A framework for creating web applications

Featuring

  • Modular
  • Virtual-DOM components
  • Immutable data structures
  • Unidirectional data flow
  • HTML-like templates

Status

Draft

Roadmap

  • h
  • event delegation
  • nested components
  • directives (<for each="user" in="users">)
  • router
  • workers

Issues

  • generate json ast so that we can cat source | parse | compile

Test

npm run build
cat test/test.html | bin/parse
cat test/test.html | bin/compile

References

Framework architecture

Virtual DOM

Unidirectional data flow

UI Events

Similar projects