Artur Woźniak
Frontend Developer
'Seek first to understand, then to be understood' is one of my life principles. I was more than happy to find my motto in Codetain’s work politics, as well. We’re systematically arranging knowledge sharing sessions. Since we all are so different, it’s exciting to get to hear what my colleagues have to say. Intelligent people, self-development, and great quality computer hardware are my daily motivation to work here! In my spare time, I’m cutting off the world and go for a long walk, play tennis with my wife, cook dinner or let my inner child spend hours gaming on PS4.
My technology stack
frontend
React / Gatsby / Redux / Mobx / styled-components / SASS
other
Open source / GraphQL / Jest / Enzyme / Cypress / ESLint / Webpack / Git / Docker / Netlify
Open-source contributions in
My contributions
My activity
Why is setState giving me the wrong value?
In the React environment, working with properties and states is an obvious thing, because both props and states represent rendered values, i.e., what’s currently seen on the screen. To apply...
❯ READ MOREQuick Tips: how to render components conditional?
Hello again! I like to keep my promises — that is why in this quick tip, I will present a way to render different components when you click/chose a specific option from navigation.
❯ READ MOREQuick Tips: using forwardRef to measure element height dynamically
Hello there :) Last time, I promised to explain why I used React.forwardref() in the Navigation component.
❯ READ MORE