DEV Community

Matthew Palmer
Matthew Palmer

Posted on

2 1

Vanilla JS projects in React

When it comes to vanilla javascript projects, we often find that things are a bit more complicated than if we were to simply use a library such as React instead. In my case, I'm aiming to convert Colt Steele's "The Great RGB Color Game" into a React application. This project alone helped me better understand useful React tools such as componentDidMount(), which is a lifecycle method that helps us execute tasks after the DOM (Document Object Model) is rendered.

This is where I find it useful to not only execute fetch requests, but also vanilla javascript code! Is this ideal? That's what I hope to find out in my journey as a Software Engineer. For now, I can confirm this is a working method for more detailed DOM manipulation in a robust library.

In conclusion, what more could a dev really ask for? The opportunity to learn and grow is always the pinnacle of our passion. Check out the repo for this application to follow the progress as I bring this application to life.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series ๐Ÿ“บ

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series ๐Ÿ‘€

Watch the Youtube series

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay