dev

Fetch better than built-in?

Do you fetch your data? Do you use fetch in your projects? I do. But until couple days ago, I didn’t think about return value of fetch. During discussion (in a course on frontend architecture) this issue was mentioned by one of the mentors. Built-in fetch returns Promise<any> Why didn’t anybody use generics for this? I decided to save myself (and others) some time and post the improved fetch as npm package
Read more

Unleash your (l)earning with free deployments

How to easily deploy your frontend project?
Read more

Singleton-like Context for shared components managent

Are you handling external modules or shared config in your React projects?
Read more

Setup external modules with React Context

A pattern that is helpful when you use external modules in your app.
Read more

Safer (and fast) refactoring in React

How snapshot testing is great for refactoring
Read more

Biz vs Dev - who is more important?

It’s years-long battle between business and development teams. Who is more important? Who is irreplaceable? Is it really that one side is ‘the One’? It’s imaginary battle. The truth is…
Read more