Closed nathanp closed 6 years ago
Use websockets for refreshing data instead of reloading the entire app every 5 seconds.
https://www.cryptocompare.com/api/#-api-web-socket- good reference. Definitely doable and will make the app faster and use less resources.
Using React in v2 so entire app refreshes are no longer necessary.
Use websockets for refreshing data instead of reloading the entire app every 5 seconds.