I was recently having a problem using React Router where my components would not update properly. Sometimes components can get out of sync with their current locations. I was able to solve this by wrapping my Redux connect function in a withRouter(). Link to article on update blocking.
Posts in the Crypto category:
Crypto-Tracker Project v. 2.0
I have just finished v. 2.0 of CryptoTracker. I have the backend server done, and putting the finishing touches on the front-end. Most of the functionality is there, but I’m still working on formatting. On the home page, I have a chart and graphs that rely on an api call to cryptocompare.com. Crypto price charting […]
Manually Importing Data into MongoDB
I am working on a finishing up a project from my bootcamp that I didn’t get fully deployed. It is an app to teach people about cryptocurrencies and allow them to track cryptos they are interested in. I am working with a MongoDB backend for storing the cryptos in a person’s list. Here I’m renaming […]