maciejsmolinski / moon

πŸŒ™ A minimal, blazing fast UI library.

Home Page:https://kbrsh.github.io/moon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon

A minimal, blazing fast UI library.

Build Status Code Coverage Slack License

Browser Support Table

Summary

  • πŸŽ‰ Small file size (7kb minified + gzip)
  • ⚑ Blazing fast performance
  • πŸš€ Intuitive API
  • πŸ’Ž Powerful directives
  • πŸ”¨ Compose with Components

About

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 project
  • 🚩 moon-router - fast component router
  • πŸ“‹ 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 developed since late 2015. Most libraries are bloated, with a complex API and large 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 compiler that uses advanced optimizations to create performant functions for generating virtual DOM trees. The virtual DOM engine uses these trees to efficiently update the DOM. 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 satisfied with your current solution, or if you have already started a project without it. Feel free to use it if you are creating something new, need performance gains, like the intuitive API, or are simply curious.

Usage

See the documentation.

Contributing

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

Support

Support Moon on Patreon to help sustain the development of the project. The maker of the project works on open source for free. If you or your company depend on this project, then it makes sense to donate to ensure that the project is maintained.

License

Licensed under the MIT License by Kabir Shah

About

πŸŒ™ A minimal, blazing fast UI library.

https://kbrsh.github.io/moon

License:MIT License


Languages

Language:JavaScript 95.5%Language:HTML 3.2%Language:CSS 1.3%Language:Shell 0.0%