Skip to content
/ moon Public
forked from kbrsh/moon

🌚 ⚡ A minimal, blazing fast UI library.

License

Notifications You must be signed in to change notification settings

StetHD/moon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon

A minimal, blazing fast UI library.

Build Status Code Coverage License

License

Summary

  • 🎉 Small file size (6kb 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 on the motivations for making this.

Extras

  • moon-cli - scaffold a feature rich Moon project
  • 🚩 moon-router - fast router plugin for components
  • 🌎 moon-ssr - universal server-side rendering

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 application's 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.

License

Licensed under the MIT License by Kabir Shah

About

🌚 ⚡ A minimal, blazing fast UI library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 3.1%
  • CSS 1.6%