Skip to content

Commit

Permalink
Add features section
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejewski committed Jun 21, 2018
1 parent 51bf97f commit ffa7123
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ npm install raj
[![Build Status](https://travis-ci.org/andrejewski/raj.svg?branch=master)](https://travis-ci.org/andrejewski/raj)
[![Greenkeeper badge](https://badges.greenkeeper.io/andrejewski/raj.svg)](https://greenkeeper.io/)

## Features

- **Understandable**
<br>Raj is 34 lines; 190 bytes minified. This framework can fit in your head or even a tweet.

- **Testable**
<br>Raj forces us to design for better separated concerns, simpler logic, and easier tests.

- **Minimal**
<br>Raj provides a tiny foundation for libraries and applications.

- **Portable**
<br>Raj is view layer agnostic. The view is a side effect of state.

Check out the [homepage](https://jew.ski/raj/) for resources and ecosystem packages.

## Example
A counter that increments by one every time the user confirms.

Expand Down

0 comments on commit ffa7123

Please sign in to comment.