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

Provide a way to serialize/deserialize Webamp #654

Closed
captbaritone opened this issue Sep 11, 2018 · 3 comments
Closed

Provide a way to serialize/deserialize Webamp #654

captbaritone opened this issue Sep 11, 2018 · 3 comments

Comments

@captbaritone
Copy link
Owner

Some parts of Webamp will be hard to serialize (tracks, for example), but the rest of the app should be pretty possible to serialize, since we use Redux for pretty much everything.

Once we have a serializable state we could add a way to construct a new Webamp instance from that saved state. I'm not sure yet if this should be a static method: const webamp = Webamp.fromSavedState(savedState); or an additional property to the constructor options.

@captbaritone
Copy link
Owner Author

#658

@captbaritone
Copy link
Owner Author

#670

@captbaritone
Copy link
Owner Author

captbaritone commented Oct 6, 2018

Fixed in #670

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

No branches or pull requests

1 participant