mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Fix small typo in Markdown syntax
This commit is contained in:
committed by
Tienson Qin
parent
9560740e4b
commit
56f5d426ec
@@ -24,7 +24,7 @@ For other tasks like bundling static resources and building the desktop app, whi
|
||||
|
||||
[React](https://reactjs.org/) is a library for building data-driven UI declaratively. Comparing to the imperative ways (such as DOM manipulation or using jQuery), it's simpler and easier to code correctly.
|
||||
|
||||
[Rum](https://github.com/tonsky/rum) is a React wrapper in ClojureScript. More than just providing the familiar React APIs, Rum adds many Clojure flavors to React, especially on the state management part. As a result, if you have experience with React, read Rum's [README]((https://github.com/tonsky/rum) before diving into the code.
|
||||
[Rum](https://github.com/tonsky/rum) is a React wrapper in ClojureScript. More than just providing the familiar React APIs, Rum adds many Clojure flavors to React, especially on the state management part. As a result, if you have experience with React, read Rum's [README](https://github.com/tonsky/rum) before diving into the code.
|
||||
|
||||
### DataScript
|
||||
|
||||
|
||||
Reference in New Issue
Block a user