Using command pattern with vue composition-API
August 05, 2020“Design patterns” is one of the topics that everyone has heard about, but usually, no one uses it. Sometimes it’s just better to take a step…
Written by Patryk Andrzejewski
“Design patterns” is one of the topics that everyone has heard about, but usually, no one uses it. Sometimes it’s just better to take a step…
Using useContext and useReducer to cope with managing state
As Vue 3 is introducing composition API and its own reactivity system, I was curious how it works underneath. I spent some time researching…
What’s wrong with the blockchain? Is it a breakthrough or just a scam. Do we need this? or it’s useless?
Something about Netflix UI written in React and animated by CSS.
Going through the Optimistic UI approach in pure React apps and Apollo Graphql
Are you a beginner in the react world? Or you want to go deeper and see how it works? — this post is for you! Let’s try to wire our own redux implementation.