1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

split line by sentances

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-18 15:29:23 -05:00
parent 0aa572d48a
commit 2a84fcbe47

View File

@ -2,9 +2,10 @@
## Introduction
Lens uses MobX on top of React's state management system. The result is a more declarative state management style, rather than React's native `setState` mechanism.
Lens uses MobX on top of React's state management system.
The result is a more declarative state management style, rather than React's native `setState` mechanism.
You can review how React handles state management [here](https://reactjs.org/docs/faq-state.html).
You can review how React handles state management [here](https://reactjs.org/docs/faq-state.html).
The following is a quick overview: