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

Is it possible to all store's properties copy to another new renderer? #227

Open
Cracker9 opened this issue Jul 27, 2020 · 1 comment
Open

Comments

@Cracker9
Copy link

It may be consisted when app is initialized.
we have two processes(main and one single renderer or over). this time assumed has one renderer processes.

senario is below:
app is ran by user with many actions. at that time main store and renderer store is synchronized if library works right.
and after I will create new renderer( BrowserWindow ) one that has new isolated store.
can library support the functionality of sync store for new renderer's store?

@matmalkowski
Copy link
Collaborator

Hey @Cracker9 , sorry for late reply.

Yeah, I think it should be possible to support this functionality, and it shouldn't be that hard to write this. We are right now refactoring the library and re-writing it to Typescript - maybe this is something that could be added as part on the new API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants