codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Build a cryptocurrency dashboard with React

Renaissance Engineer
codeburst
Published in
5 min readMar 9, 2021

Video Tutorial and Demo

Resources

Tutorial Summary

Setup

Setting up application state with hooks

useEffect hook for initial render

Important things to note about the above code

Connecting to the Real-Time data API with another effect hook

Formatting Historical Data

JSX and CSS styling

Conclusion

Responses (2)

Write a response