Skip to content

Commit 931542c

Browse files
authored
Update README.md
1 parent 7245812 commit 931542c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
Render is a declarative library for building efficient UIs on iOS inspired by [React](https://github.com/facebook/react).
66

7-
### Alternatives
7+
### Disclaimer
88

9-
- *Render Neutrino* is the new version of Render, re-built from the ground up ([4.* release here](https://github.com/alexdrone/Render/tree/classic))
9+
*Render* is a pretty monolithic and opinionated library.
10+
11+
I have recently been working on splitting *Render* into some smaller and more customizable modules:
12+
13+
* [CoreRender](https://github.com/alexdrone/CoreRender) More granular APIs for vdom reconciliation and layout, written in ObjC++ (*fully Swift-compatible*).
14+
* [YAS](https://github.com/alexdrone/YAS) Stand-alone YAML-based stylesheet engine.
1015

11-
- If you are interested in a more minimal version of the framework, with more granular API and in ObjC++ (*fully Swift-compatible*), check out [CoreRender](https://github.com/alexdrone/CoreRender).
1216

1317
### Introduction
1418

0 commit comments

Comments
 (0)