nextjs-material-pwa
nextjs-material-pwa copied to clipboard
Create "what's new" popup functionality
I'm thinking of two ways to implement this:
- Bundle the "what's new content" directly in the application bundle (like the slideshow)
- Create a standard that will query
api/whats-newwhere depending on the on the client version doing the query, it will pick up all the changes (might be from the database) and send it asjsonto the front-end. Then that data will be displayed in the popup.