qljs
v0.2.5
Published
UI Data Query Language on top of ReactJS
Downloads
13
Readme
QLJS ·
QLJS
QlJS is a non-verbatim clone of ClojureScript web development framework QLKit. It relies on React for component rendering and makes use of a query language comparable to GraphQL to encapsulate components and to optimize server calls. It is lighweight with no outside dependencies (besides React).
TBD
- API documentation
- Example
- FAQ
- Concept
- Data Flow Diagram
Features
- Minimalistic Query Language built with standard JS data structures (hence QLJS)
- Isolation of UI specific derived data from app state and logic
- Built-in facilities for optimistic updates with following server syncronization
- GraphQL-like but backend agnostic
Getting started
TBD
Readings
TBD
Misc
TBD