-
Using React is actually pretty neat
I was finally able to develop a React web page with a CREATE (part of the CRUD functionalities) functionality for my animal adoption application project. I feel that developing that web page was actually easier than I expected it to be. If I implemented the code for the page in plain JavaScript, I think coding…
-
Learning the MERN Stack: REACT!
Over the past few days, I have continued my journey in learning the MERN stack. I have learned how to connect a server to a MongoDB database. I have also learned some of the basics of React.js to develop the front-end of an application. One aspect of React.js I learned about are React hooks. In…