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
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@
4
4
5
5
Render is a declarative library for building efficient UIs on iOS inspired by [React](https://github.com/facebook/react).
6
6
7
-
### Alternatives
7
+
### Disclaimer
8
8
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*).
- 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).
0 commit comments