Building an Open-Source Loader for React.js

added by JavaScript Kicks
9/18/2014 6:58:43 AM

213 Views

While working on a mobile application for Gociety, we found that there were a handful of screens that needed to fetch data from an API endpoint before showing any details. Since we knew enough about the state of the app (e.g.: the user is viewing a profile), we were able to show the general screen UI, but we needed a way to indicate to the user that the content is loading.


0 comments