The Winter Throat

I like to occasionally write articles about things that pique my interest at work, or opinions that I form over the years.
Immutability with Immer

Immutability with Immer

🇺🇸 englishDecember 2018 (at 28)#react#writing1279 words4 mnto read

Why immutability? When working on a React application that needs to handle state, one of the main pitfalls to watch out for is accidental mutations. Which is fancy talk for mistakenly modifying stuff you didn't want to change: In this case, imagine we're in a Profile form, user holds the current user information and we want to create an updated user object with the modified attributes. As you ...

Using Prettier in PHP

Using Prettier in PHP

🇺🇸 englishNovember 2018 (at 28)#php#writing#learning#technology1390 words5 mnto read

What is Prettier? Originally from the Javascript ecosystem, if you're not familiar with it Prettier is a code formatter, which means it takes your code, and makes it as its namme indicates prettier . There are a lot of code formatters, and for a lot of languages – even Javascript has quite a few of them. But Prettier is currently one of the most popular code formatters out there and it has sp...

The Winter Throat

Blog

I like to occasionally write articles about things that pique my interest at work, or opinions that I form over the years.
Immutability with Immer

Immutability with Immer

🇺🇸 englishDecember 2018 (at 28)#react#writing1279 words4 mnto read

Why immutability? When working on a React application that needs to handle state, one of the main pitfalls to watch out for is accidental mutations. Which is fancy talk for mistakenly modifying stuff you didn't want to change: In this case, imagine we're in a Profile form, user holds the current user information and we want to create an updated user object with the modified attributes. As you ...

Using Prettier in PHP

Using Prettier in PHP

🇺🇸 englishNovember 2018 (at 28)#php#writing#learning#technology1390 words5 mnto read

What is Prettier? Originally from the Javascript ecosystem, if you're not familiar with it Prettier is a code formatter, which means it takes your code, and makes it as its namme indicates prettier . There are a lot of code formatters, and for a lot of languages – even Javascript has quite a few of them. But Prettier is currently one of the most popular code formatters out there and it has sp...