3 followers
Budding and Flexible Developer. I'm currently improving my skills with Web Technologies. I've worked with a range of technologies ranging from C++ and Qt to Python and Flask to HTML, CSS and ReactJS.
I recently started The Odin Project and I hit a wall during the FlexBox section. I had a bit of trouble understanding exactly how flex-basis in...
OK so we have a project and in that project, we want to render some list of data that is dynamic and for example changes when the user clicks a...
State is an object in a component which holds some form of data relevant to the component it is created in. A State object is private to the component...
React Component A Component can seen as a core element of every React UI. A UI made with react is essentially a combination of multiple components,...
I've decided to dive into React and will be making a blog-series on react as I learn it. Note: Take a look atthis post first to get a feel of some...
My Project I'm finally at the climax of the Harvard's CS50x course with only the Final Project remaining. I decided to do a News site using some of...