# Blazar

**The future is positrons!**

Blazar is an opinionated, feature-rich, react-redux-based SDK that makes
developing web apps fast and fun.

This repository contains the core of Blazar. Unless you are a Blazar developer, **you probably want to visit this other [repo][0] instead**.


## Philosophy

Blazar has been designed with developers in mind.

It strives to offer a wow-factor development experience by providing
best-of-breed, ready-to-use tools for all step of web development (from writing
code to creating a minified/optimised bundle, and everything in-between).

Blazar also strives for pushing developers to write idomatic code, and thus
define a number of code and style convention that are strictly enforced.

Finally, blazar has been designed with orthogonality in mind, and has support
for additional blazar-packages that can add layers of functionality as per need.


## Docs and Help

- [Tutorials](doc/tutorials.md)
- [Project directory](doc/directory.md)
- [Client documentation](doc/cli.md)
- [Coding style](doc/coding-style.md)
- [Profiling](doc/profiling.md)
- [Similar Projects](doc/similar-projects.md)
- [Links](doc/links.md)

[0]: https://github.com/schibsted/blazar
[2]: https://github.com/acdlite/flux-standard-action
