framework
framework copied to clipboard
A modular front-end framework - inspired by the server-side and Web Components.
Is this project dead?
Trying to hit https://nx-framework.com/ gives me 402 Error. I think the popularity of the app grows every second and thus you will need to add more quota to your account...
NX seems like an awesome idea, but i see no recent activity here, is this a live project?
tries to access state.history.params, and while it's defined before and after the access, it will fail if there's another router being used. ```js typeNX.js:2385 Uncaught TypeError: Cannot read property 'params'...
The next release will include several breaking changes to the core. It aims to make the initial learning curve smaller and to simplify and speed up the core. Apart from...
Ive been on the lookout for a reactive first library that can handle jquery, and I think it's a major and great quality in a library especially where js fatigue...
Are there any examples around? I have been using Nunjucks but I was looking for a client-side routing solution and this framework hits the spot.
using nx beta 2.0.0 downloaded from https://nx-framework.com/install, running on Mac OSX 10.10.5, Chrome 60.0.3112.113 (Official Build) (64-bit). both of these are the newest versions as of writing this. minimal code...
https://www.webcomponents.org/introduction You may wish to try and make the cut into the list at the bottom.
**CHANGES IN THE NEXT RELEASE** - Lazy component loading with the `nx.load(compName, loaderFn)` function. - Async component processing for heavy components with the `heavy` boolean component config property (It uses...