by Daniel Gola
Oct 09, 2020
How to improve your Github profile ?
It’s time to show you a quick tip on improving your GitHub profile.
Jul 01, 2020
Quick 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.
Jun 03, 2020
Quick 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.
May 13, 2020
Quick Tips: add and remove active style
In this quick tip, I would like to show an easy way to add an active style to any HTML element.
Apr 29, 2020
Quick Tips: creating simple accordion with React hooks
Welcome! We want to introduce a new type of articles called 'Quick tips' to show you very simple, but effective solutions that might be helpful in your everyday developer's life. A few days ago, I was working on our client’s website, and to meet the design needs I had to implement a simple accordion behavior. Long time ago, we could use jQuery library to make it real, but today, we can utilize React hooks.