Author: Mohammad Shad Mirza

JavaScript lover working on React Native and committed to simplifying code for beginners. Apart from coding and blogging, I like spending my time sketching or writing with a cup of tea.

Hey all! This lesson today will be quite important to us. We’ve come close to Redux, but first, let us look through our home task. Though it was pretty simple, let me show you how to add our calendar.

Read More

Let us continue our conversation about React infrastructure. But first, let us change our structure a little bit and move our Article component to a separate directory Article. So, let us create it. Change our component’s name to Index.js and add the following code:

Read More