New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

moonjs

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moonjs

A minimal, blazing fast user interface library.

latest
Source
npmnpm
Version
0.11.0
Version published
Weekly downloads
44
-56.86%
Maintainers
1
Weekly downloads
 
Created
Source

Moon

A minimal, blazing fast UI library.

Build Status Code Coverage License

License

Summary

  • :tada: Small file size (6kb minified + gzip)
  • :zap: Blazing fast performance
  • :rocket: Intuitive, easy-to-learn API
  • :gem: Powerful directives
  • :hammer: Compose with Components

What is it?

Moon is a simple front end javascript library heavily inspired by Vue. The library is fast, flexible, and easy to learn. Check out the Medium Article on the motivations for making this.

Extras

  • moon-cli - scaffold a feature rich Moon project
  • 🚩 moon-router - fast router plugin for components
  • 📋 monx - clean state management
  • 🌎 moon-ssr - universal server-side rendering
  • 📊 moon-bars - beautiful bar graph component

Another library?

There have been a lot of libraries released. Moon has been being developed since late 2015. Most libraries are bloated, with a large API and file size, leading to applications becoming slower, and less mobile friendly.

Moon differs from the existing solutions by providing a faster, yet compact library with a simple but powerful API. It uses a virtual DOM system similar to React, but includes advanced optimizations crafted specifically for Moon, similar to the Glimmer engine by the Ember team. In a variety of benchmarks, Moon has proven itself to be the fastest UI library out there.

Still, you do not have to use Moon if you are happy with your current solution, or if you have already started. If you are creating something new or would like to use it for the performance gains and intuitive API, feel free to use Moon.

Usage

See the website.

How to Contribute?

Check the CONTRIBUTING file for more information about this project and how to help.

License

Licensed under the MIT License by Kabir Shah

Keywords

moon

FAQs

Package last updated on 14 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts