
ReactJS
Build Productivity Tools with Raycast
Raycast is a Spotlight alternative on MacOS. What is it and how to write extensions for it?
ReactJS
Raycast is a Spotlight alternative on MacOS. What is it and how to write extensions for it?
ReactJS
How do you change a sibling or parent component from a child component in React?
ReactJS
None of the current React hooks for the RealTimeDB works with the Firebase v9 SDK release. So, I wrote my own.
ReactJS
In this post, we will talk about specific implementations of my CRA template and lower level design considerations.
ReactJS
Picking up from the last post, I will be talking about the higher-level architecture of how I structure my React Applications. I package everything into one neat NPM package which you can use as a template with CRA.
ReactJS
Every time I sit down and make a Web Application with React, I find myself constantly going through the same motion. Running the same scripts, using the same components to build the skeleton. So, I made a CRA template and you can use it too.
ReactJS
The Context API provides us with a global state. It allows us to access data without having to trickle the down props throughout the component tree.
Web Development
This is a short and opinionated comparison between the principles and motivations behind functional and class components in ReactJS. This is not a tutorial and should not be regarded as such.
Web Development
This is my first summer break as a computer science student. At the start of my bachelor's journey, I planned to have an internship that is not coordinated by the school every summer. This is my first internship experience after starting university.
Web Development
I wanted to learn ReactJS and I wanted to make a new browser tab page. So, I made a new home page with ReactJS as I'm learning ReactJS. What could go wrong?