Skip to content
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

feat: proxyWithHistory #181

Merged
merged 1 commit into from
Jul 24, 2021
Merged

feat: proxyWithHistory #181

merged 1 commit into from
Jul 24, 2021

Conversation

dai-shi
Copy link
Member

@dai-shi dai-shi commented Jul 22, 2021

close #89

There would be various ways to implement history features.
This one is a simple one with snapshots.
It's mostly syntax sugar and one can do something similar on user end.
So, it's more or less a reference implementation.
Everything is in the proxy object, so extending it would be easier.

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit a55c6ec:

Sandbox Source
React Configuration
React Typescript Configuration

@zcaudate
Copy link

awesome. is the new release going to be push out?

@dai-shi
Copy link
Member Author

dai-shi commented Jul 22, 2021

Yeah, after merging two pending PRs. Let's release this.

@dai-shi dai-shi merged commit 40de104 into master Jul 24, 2021
@dai-shi dai-shi deleted the feat/proxy-with-history branch July 24, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A new util method proxyWithHistory with history support
2 participants