NX framework icon
NX framework icon

NX framework

A modular next gen framework built with ES6 and Web components. Includes routing, data-binding, event handling and animations.

NX framework screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Online
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

NX framework News & Activities

Highlights All activities

Recent activities

Show all activities

NX framework information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    23 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all
NX framework was added to AlternativeTo by miklosbertalan on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is NX framework?

The NX core is a tiny library, responsible for one thing only. It allows you to create and combine components and middlewares. A component excutes its middlewares when it is attached to the DOM and gains all the added functionalities from them. NX comes with some core middlewares out of the box, which you can find listed below.

  • Text interpolation: Interpolate values from the code into the view dynamically or one-time. Includes optional filters.
  • Dynamic and custom attributes: Use one-time or dynamically evaluated native attributes or define some custom ones.
  • Event handling: Add inline event handlers to listen on any event. Includes optional rate limiters.
  • Visual flow: Use conditional blocks and loops inside the HTML view.
  • Data binding: One-way, one-time or two-way data binding on any event and with no edge cases.
  • Rendering: Modularize your HTML and CSS code by moving them into separate files for each component.
  • Routing: Simple, but powerful routing with automatic parameter synchronization and router events.
  • Dynamic styling: Simplify styling by passing objects to the style and class attributes.
  • Animations: Create powerful animations by using only a few HTML attributes.
  • Anything else you define with the simple 'function middleware (elem, state, next) {}' syntax.

These can be combined to create components with the desired functionality. Alternatively ready made core components can be extended and used, to avoid boilerplate code.

Official Links