lukesomnus / moon

:crescent_moon: :zap: A minimal, blazing fast UI library.

Home Page:http://moonjs.ga/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon

A minimal, blazing fast UI library.

Build Status Code Coverage License

Browser Support

Summary

  • πŸŽ‰ Small file size (7kb minified + gzip)
  • ⚑ Blazing fast performance
  • πŸš€ Intuitive, easy-to-learn API
  • πŸ’Ž Powerful directives
  • πŸ”¨ 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 for more information on why I made 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 JavaScript libraries released lately. 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 one of the fastest UI libraries out there.

Still, you do not have to use Moon if you are happy with your current solution, or if you have already started a project without it. 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

About

:crescent_moon: :zap: A minimal, blazing fast UI library.

http://moonjs.ga/

License:MIT License


Languages

Language:JavaScript 95.7%Language:HTML 3.0%Language:CSS 1.2%Language:Shell 0.0%