19 followers
Web Engineer, Trainer and Codementor.
Subscribe to my newsletter and never miss my upcoming articles
The world is changing. Gone are the days where you could land a job simply by using your resume. These days employers expect you to have a good online presence and a good developer portfolio alongside a resume. So not only do you need to be very go...
We are finally ready to level up our components. Until now, all our components did was show a few elements. It’s time to to create truly powerful components that can hold internal state, run side-effects and do so much more. Ready? Let’s do this! ...
Now, in our homepage, we want to render a list of blog posts. Typically, in such scenarios in a fully production ready app, the data would be fetched from a server in the form of an array of objects. And each of these objects would be rendered as ...
Before we start doing more with our React components, let's spend a bit more time on theory. Let's understand how we can interact with React elements. *Note: This article is a part of the Delightful React Series, as part of which, I am releasing one...
We accomplished a lot in the last few chapters. We also managed to style our app using a stylesheet. We will be creating more components and even pages in our app. So it is good time to structure our app and give it a central layout. Generally ther...
We are at chapter 5. It's been a great journey so far. We learnt how to create React elements, how to use the JSX syntax, how to create components and how to use compose them together. But how do all these elements and components in our app talk to e...