React Hooks – useReducer hook example
UseReducer is an alternative to useState. It works better when you have complex state logic that involves multiple sub-values (e.g....
UseReducer is an alternative to useState. It works better when you have complex state logic that involves multiple sub-values (e.g....
Hooks are a new functionality of React, thanks to which we can “hook into” React features, which makes writing applications...
New styles, tags, functionalities – this is what tiggers like best 🙂 In this post I will show you how...
In previous post: styling lists with pseudo-classes I described how to change the color of active, clicked or hovered links....
Standard appearance of hyperlinks on a website depends on the browser. Each browser can display links and their variants (with...
You can perform git commands for example in: – cmd console (widnows start -> cmd. It should oppened Command Prompt...
I must admit that I rarely used such units of length as rem and em so far. I usually used...
Images often are problematic while we creating web page . Displaying larger image on larger screen is a better for...
Sometimes we want that picture on page shrinks when browser window shrins. This can be easily achieved by using a...
Every junior front-end developer should know what hoisting is. This issue can be easily understood, so if you have not...