Rename/rebrand
#2407
Replies: 1 comment
-
Reactive Data Client is chosen! Working on the new site https://dataclient.io/.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rest Hooks eliminates the need for state management by automatically correctly and atomically updating all usages of async data. This is known as reactive programming. The underlying mechanism for this is called data normalization. Not everyone understands what or how a virtual dom works, but similarly this is how ReactJS itself produces reactive programming. Therefore a name should focus on the outcome rather than implementation details. It should be clear what that outcome is by tying to commonly known concepts.
Please add any other ideas. The term Relational is pulled from AWS' RDS which implies for backend a lot of what rest hooks does for client applications.
Another concept we've seen is Object Protocol Mapper (OPM) - Like an ORM but for APIs.
27 votes ·
Beta Was this translation helpful? Give feedback.
All reactions