Release announcement: npx neo-app

Tobias Uhlig
2 min readJan 3, 2020

--

I am very excited to let you know that you can now create a neo.mjs app with a 1-liner: npx neo-app

Please take a look at the readme first:
https://github.com/neomjs/create-app

The result will look like this:

The visual output

With the following folder structure:

workspace folder structure

So, what is neo.mjs?

neo.mjs is a webworkers driven UI framework, which just got released to the public on November 23, 2019.

In case you missed the release announcement:
https://codeburst.io/neo-mjs-the-public-release-announcement-1519255bc8f9

Most parts of the framework as well as the apps you build with it run within the App thread, resulting in an almost idle main thread with a blazing fast performance.

neo.mjs does not need to compile / transpile JS modules inside the development mode, so you can debug your real code without even needing source-maps.

The framework does not use templates to define your HTML output. Instead, JSON structures are in place which persist throughout the full component life-cycle.

This enables you to easily craft beautiful complex components.

neo.mjs Realworld App v2 Gallery
neo.mjs Realworld App v2 Helix

Happy coding and an amazing new year!

--

--

No responses yet