mikestreety’s avatarmikestreety’s Twitter Archive—№ 24,368

  1. Building an SPA which pulls data from an API while you are using. I want to prerender/rebuild the app so that data is there on page load and "hydrated" with JS (I'll add a "load more" button so nothing jumps) What is the best way of doing this? Vue with a prerender plugin?