hooks
React useState hook common mistake.
React hooks are pretty new thing but already a lot of people use it. There is very good documentation on the page. Still, there is small thing that a lot of us don’t see or Read more…
React hooks are pretty new thing but already a lot of people use it. There is very good documentation on the page. Still, there is small thing that a lot of us don’t see or Read more…
In this article I want to show you how easy is to create component just starting from tests – react TDD. What we need to do on the start is specification. Here we can something Read more…
Create-react-app is a great tool, but don’t cover every subject witch good project need. I want to show is in simple steps how to add some linting, component tests and git hooks integration witch can Read more…
You are hosting domain on AWS, this tutorial shows how to configure DNS for Google Search Console. It’s not very hard but like always – to figure it by yourself is time consuming. So let’s Read more…
This article is a continuation of part 1 Fifth step – Add linter It’s always good to have a linter in react component npm package, it helps create a good quality and more understandable code. Read more…
There is a lot of providers witch offers configurable bio links for Instagram – the only minus of that solution is that you have to pay for them. It’s pretty easy to do it by Read more…