Instead of transferring images as base64 strings embedded in json, we should transfer them in binary using separate API endpoints.
This will reduce the payload size and also allow use to load posts and images separately, so that a user doesn't have to wait for all the images to load before seeing anything (progressive/lazy loading)
Instead of transferring images as base64 strings embedded in json, we should transfer them in binary using separate API endpoints.
This will reduce the payload size and also allow use to load posts and images separately, so that a user doesn't have to wait for all the images to load before seeing anything (progressive/lazy loading)