herber / neutral

🔥 A minimalistic stack / framework for modern applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 Neutral

The batteries included JavaScript framework.

Stability API stability Build Status

Built with ❤︎ by Tobias Herber

Features

  • Minimal: The whole neutral stack is built to be as small as possible, while shipping all the features you need.
  • Easy to learn: Neutral does not reinvent the wheel, so you don't have to learn much.
  • Minimal tooling: Neutral comes with it's very own toolchain, powered by browserify and rollup.
  • Isomorphic: Neutral does not care if it's running on the server or on the client
  • Batteries included: Neutral includes a router, statemanagement and dom morphing

Philosophy

I believe that development should be easy, fast and accessible. A framework is something very personal, because everyone has different opinions, that's why neutral is built around useful presets, not opinions. Frameworks should be built to help you, not to force you to built you apps how the framework's developers wanted you to.

Everything should be reusable, that's why even neutral is built with reusable components. Your applications should consist of small reusable components. A component is just a function, not a class!

You should not have to lean a huge new api, just to use a new framework, neutral only comes with a few methods and only mostly uses technologies you already know, this way getting started is easy.

About

🔥 A minimalistic stack / framework for modern applications.

License:MIT License


Languages

Language:JavaScript 100.0%