I’ve built a few small projects. A lot of them were built so I make sure I actually understood what I was learning; taking what I learned and creating something unique. Most of the project I’ve built had some a text-box or a form. Obviously, I would do this manually; as many do. However I […]
Category: React
While learning Javascript, HTML and CSS, I kept hearing about React. It was React this, and React that…..I ignored it for a long time, because I just didn’t care. While taking the online Full-Stack-Development course on FreeCodeCamp.org, there it was again, so I was forced to learn it…and lemme tell yah, I’M GLAD I DID!!!! REACT IS FRIGGIN AWESOME AND SO EASY TO UNDERSTAND!
This section will contain React related posts…enjoy!
I’ve been playing around ( and having fun ) with react for a few weeks now. Building small projects here and there; including some mid-size ( whatever that means ) projects. The waterfall-flow of passing data ( props ) down to children-comments is awesome; a fairly easy concept to grasp. I never thought that passing […]
React is quite simple install, using both the long way and the short way. Nowadayz, people, understandably, opt for the latter. However, I think it is beneficial to know how to set it up using both methods. In this article I’ll teach you how to setup React using both methods. Let us start off with […]