qljs
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

QLJS · GitHub license npm version codecov Build Status

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

/qljs/

    Package Sidebar

    Install

    npm i qljs

    Weekly Downloads

    0

    Version

    0.2.5

    License

    MIT

    Unpacked Size

    67.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • dudnik