Rense Bakker

Rense Bakker @brense

About: I am a fullstack developer with experience designing and building responsive web apps. Proficient with ReactJS, Typescript, Javascript, HTML and CSS.

Joined:
Feb 20, 2022

Rense Bakker
articles - 9 total

App translation with React-i18next

In this article I will show you how to translate your React app with React-i18next and give a few...

Learn More 16 4Jun 8 '23

Why it is bad to be opinionated

As we all know, everybody always has an opinion, but that is not what this article is about. I want...

Learn More 5 5Jun 2 '23

Publishing a NodeJS CLI tool to NPM

Project setup Create a new folder (my-cli-demo for example) and use npm init command....

Learn More 6 0May 15 '23

I tried to fish for compliments from Code GPT

Here's what Code GPT thinks about the quality of my React code: Your code is quite well written...

Learn More 10 0Mar 25 '23

React: bad habits

Bad habits, we all have them! In this article, I will confess some of my own coding bad habits and...

Learn More 24 7Mar 21 '23

Vite dev server: adding middleware

While working on apps that will be deployed to Vercel, I have run into this situation several times,...

Learn More 13 0Mar 20 '23

10x developer myth in 2023

My hope for 2023 is that this 10x developer myth will change from how many commits are made, to how...

Learn More 5 2Jan 2 '23

Mapping Records to arrays

I needed this functionality to parse a configuration regardless of whether it was supplied as an...

Learn More 3 0Oct 6 '22

React: What is composition, and why is it important

What is composition Let me demonstrate with a small example: // no...

Learn More 5 2Aug 30 '22