You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rimmel is a powerful, fast and lightweight JavaScript UI library for creating web applications with event streams.
9
+
Rimmel is a powerful, fast and lightweight JavaScript UI library for creating web applications using reactive streams.
10
10
11
-
It implements [RML](https://github.com/ReactiveHTML/reactive-markup), the Reactive Markup which makes your HTML work with Streams in a seamless way.
11
+
It implements [RML](https://github.com/ReactiveHTML/reactive-markup), the Reactive Markup which makes your HTML work with streams in a seamless way.
12
12
13
13
## To Busy to read?, Check [TL;DR 📜](./QUICKSTART.md)<br>
14
14
15
15
## Getting started
16
16
If you are new to reactive streams, there is a [3m crash-course](https://medium.com/@fourtyeighthours/the-mostly-inaccurate-crash-course-for-reactive-ui-development-w-rxjs-ddbb7e5e526e) tailored for UI development with Rimmel, arguably the simplest RxJS introduction around to get you started.
17
17
18
-
If you are new to the functional/reactive programming mindset, this [interactive tutorial](https://reactivex.io/learnrx/) may be an especially useful introduction to map/reduce in the reactive world.
18
+
If you are new to the reactive and functional programming paradigms, this [interactive tutorial](https://reactivex.io/learnrx/) may be an especially useful introduction.
19
19
20
20
If you come from Angular, check out [this page](./docs/migrating/angular.md)<br>
21
21
If you come from React, check out [this page](./docs/migrating/react.md)<br>
22
22
23
-
24
23
## Hello World 👋🌏🏖️😎
25
24
Let's jump straight in. The "Hello World" for reactive user interfaces is the classic click counter: one button, you click it, ze counts it.
0 commit comments