by cfoster | May 10, 2022 | Web Tech, Javascript, React
I attempted to follow a youtube tutorial by Clever Programmer. He was building an OpenSea Marketplace clone. I found it pretty difficult to follow. Here’s the video: I wouldn’t recommend following this tutorial. It doesn’t really explain much well....
by cfoster | Jan 29, 2022 | Web Tech, Javascript, React
My setup I am trying to setup Firebase in a react web app. I wanted to allow users to change the email that they signed up with. The docs for firebase say it should be as simple as using the updateEmail function:...
by cfoster | Jan 24, 2022 | Learning, Javascript, React, Web Tech
Why Recently I’ve been designing a ui that uses both dropzone and croppie. These weren’t exactly the most compatible and it took a bit of tinkering to get it working the way I wanted. I thought I’d share this in case anybody may have a similar use...