0.11.2 • Published 2 years ago

redrunner-router v0.11.2

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

RedRunner

A progressive frontend framework.

Update May 2020

RedRunner works (experimentally) and looks very promising, but is in alpha mode, so anything could change.

To see how it works, look at the tests and demos (user guide coming).

I've been testing performance using js-framework-benchmark and it measures up pretty well. It is faster than React in almost every test, the bundles are much smaller, and the code looks nicer too.

I'm yet to raise a PR on there to add RedRunner, just been testing it locally to date.

Installation

Use npm:

npm install redrunner

This will install both redrunner and a compatible version of babel-plugin-redrunner which is required to process your code.

You will also need @babel/plugin-proposal-class-properties but you must specify them in this order:

"plugins": [
  ["babel-plugin-redrunner"],
  ["@babel/plugin-proposal-class-properties"]
]

Tests

Run with:

npm test

License

MIT

0.11.2

2 years ago

0.11.1

2 years ago

0.11.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.6

3 years ago

0.8.5

3 years ago

0.8.3

3 years ago

0.8.1

3 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.4

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago