Skip to content

Commit

Permalink
chore: readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Jun 1, 2021
1 parent 3f8ef70 commit ee02f0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Realar targeted to all scale applications up to complex enterprise solutions on
- Declaration one scope and use as many reactive values as you want without the need to define a new React context for each changeable value with context level accessibility.
- And enjoy clean React components with local logic decomposition.

- __Decorators for clasess lovers__. Support OOP as one of the primary syntax. The implementation of transparent functional reactive programming (TFRP) with React (looks similar to Mobx). And babel plugin for automatic wrap all arrow functions defined in the global scope with JSX inside to observe wrapper.
- __Decorators for clasess lovers__. Support OOP as one of the primary syntax. The implementation of transparent functional reactive programming (TFRP) with React (looks similar to Mobx). And the babel plugin for automatic wrap all arrow functions defined in the global scope with JSX inside to observe wrapper.


### Usage

The start piece of code with basic operations of reactive value and signals

Expand Down

0 comments on commit ee02f0f

Please sign in to comment.