https://github.com/herber/neutral
🔥 A minimalistic stack / framework for modern applications.
https://github.com/herber/neutral
framework isomorphic minimalistic neutral stack
Last synced: 12 months ago
JSON representation
🔥 A minimalistic stack / framework for modern applications.
- Host: GitHub
- URL: https://github.com/herber/neutral
- Owner: herber
- License: mit
- Created: 2018-02-22T11:09:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T13:11:00.000Z (almost 8 years ago)
- Last Synced: 2025-03-14T15:05:40.907Z (about 1 year ago)
- Topics: framework, isomorphic, minimalistic, neutral, stack
- Language: JavaScript
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
🚀 Neutral
The batteries included JavaScript framework.
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](browserify.org) and [rollup](rollupjs.org).
- __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.