Pinned Repositories
animate-middleware
An NX animation middleware, based on standard CSS animations.
bindable-middleware
An NX middleware, responsible for data-binding.
compiler-util
An NX utility, responsible for executing code in the context of an object.
core
A Web Components based NX core.
framework
A modular front-end framework - inspired by the server-side and Web Components.
hackernews-example
An NX Hacker News clone with real-time updates and animations.
intro-example
An introductory NX app - featuring data-binding, client-side routing and project organization.
observer-util
Transparent reactivity with 100% language coverage. Made with ❤️ and ES6 Proxies.
queue-util
Priority based task scheduling for splitting up heavy work :muscle:
todomvc-example
A small and fully spec-compliant TodoMVC implementation in NX.
NX framework's Repositories
nx-js/observer-util
Transparent reactivity with 100% language coverage. Made with ❤️ and ES6 Proxies.
nx-js/framework
A modular front-end framework - inspired by the server-side and Web Components.
nx-js/compiler-util
An NX utility, responsible for executing code in the context of an object.
nx-js/hackernews-example
An NX Hacker News clone with real-time updates and animations.
nx-js/queue-util
Priority based task scheduling for splitting up heavy work :muscle:
nx-js/intro-example
An introductory NX app - featuring data-binding, client-side routing and project organization.
nx-js/todomvc-example
A small and fully spec-compliant TodoMVC implementation in NX.
nx-js/core
A Web Components based NX core.
nx-js/animate-middleware
An NX animation middleware, based on standard CSS animations.
nx-js/bindable-middleware
An NX middleware, responsible for data-binding.
nx-js/attributes-middleware
An NX middleware, responsible for handling reactive and custom attributes.
nx-js/bind-middleware
An NX data-binding middleware.
nx-js/dom-util
An NX utility, exposing a collection of DOM helper functions.
nx-js/events-middleware
An NX middleware, responsible for inline event handling.
nx-js/filters
Filters for the NX compiler utility.
nx-js/flow-middleware
An NX middleware, responsible for handling loops and conditionals in the view.
nx-js/interpolate-middleware
An NX middleware, responsible for dynamic and one-time text interpolation.
nx-js/limiters
Rate limiters for the NX compiler utility.
nx-js/meta-middleware
A middleware, responsible for handling metadata and analytics.
nx-js/observe-middleware
An NX middleware, responsible for reactivity and observables.
nx-js/params-middleware
An NX middleware, responsible for query parameter routing.
nx-js/props-middleware
A middleware, responsible for passing static and dynamic component properties.
nx-js/ref-middleware
An NX middleware, responsibe for handling internal references.
nx-js/render-middleware
An NX middleware, responsible for rendering and modularization.
nx-js/route-middleware
An NX middleware, responsible for path routing.
nx-js/router-util
Router utilities for the NX framework. (WIP)
nx-js/style-middleware
An NX middleware, responsible for dynamic styling.
nx-js/validator-util
Validation utilities for the NX framework. (WIP)