Author: Charlotte

  • What is JSX in React and why is it important

    Everyone these days is crazy about React. So, I thought I’d write a blog post explaining one of the integral features of React – JSX. This is the templating language used for building React components. JSX has everything you need to define the structure, customize appearance, and customize components in many other ways. JavaScript under…

  • Most important React hooks and their use cases

    At this moment, web development community seems to agree that React is the best library for building user interfaces. At the very least, it is the most popular. Web developers love it because it’s easy to adopt, maintain and test. One thing that really catapulted React to its current leading position is the introduction of…

  • Discussion of failure – the right way to look at it, few examples

    These days personal improvement influencers are everywhere, from TikTok to Instagram to YouTube. They are hard to escape. Watch one small clip and you’ll be bombarded with advice. Self-improvement gurus always tell us that failure means nothing. It’s just a start and a chance to try again. Or something to that effect. So in this…