-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add local first architecture to React SDK #50
Conversation
|
This is the first in a series of PRs related to the upcoming production release of the React SDK.
The biggest changes of this PR intend to resolve #48, which brings a local-first architecture to the React SDK. All of these changes can be found in the Add local first architecture to React SDK commit.
Chores
This PR also contains several maintenance commits to upgrade dependencies and optimize the DX.
Updated components and example app
Both the components package and the example app now support most of our official-track content types. Still some work to be done here, but nothing super important at this time.