Alan Morel extensive tutorial in which, he will be creating a simple single-page application with basic routing using the new and young Moon.js library. In one of the routes, there will be a basic calculator that takes advantage of Moon’s computed properties feature to do addition of two numbers. The user is able to change the values using a number input tags.
Tutorial provides with everything you will need for building an app, incl:
- How to install Nodejs and npm
- How to install http server
- How to utilise routing
- Support for components
- And computed properties
Moon.js is still a fairly new library, but that’s no reason not to go further with it. Good read.
[Read More]