An Approach to JavaScript Object Schema Migration

added by JavaScript Kicks
12/31/2019 9:05:53 AM

401 Views

Recently, I found myself in a position where an application was heavily reliant on a state object. This is fairly typical for single page applications (SPAs) and can pose a challenge when your state object's schema changes significantly, and you have users that have data saved under an old schema.


0 comments