Styling React components has always been a very discussed theme. Since the first release of React, hundreds of packages taking care of our styles have been published. (more…)
Read more »
Don’t you dream of writing software that you can send to your grandma!!! :) Every developer dreams of building clean, scalable and reliable software they are proud of. Well maybe not everyone, but if you are one, then you have probably heard of or used ... (more…)
Read more »
Recently we organized our 3rd React Native Meetup at our office in Bangalore and we are overwhelmed by the great response of all the… (more…)
Read more »
CSS is weird. You can learn the basics of it in 15 minutes. But it can take years before you figure out a good way to organize your styles.
Read more »
Our modal box needs to be accessible through out the application. Which means we need to render it in the layout rather than on a specific page. We will only have 1 instance of the modal box so lets take a look at how we will handle that. (more…)
Read more »