Press ESC to close

Nick A.
1 Min Read

Going to the previous page is essential part of browsing experience. In this article, we will explore how to implement a ‘go back’ feature in React. How ‘go back’ feature works Browsers keep track all URLs you visit when browsing a website. This information is…

Nick A.
2 Min Read

The react-router library provides essential custom components for navigating React web applications. In this article, we’ll focus on <Link>, the custom component similar to an anchor (<a>) tag in normal HTML. We’ll show you how to set an onClick handler, so when users click <Link>,…

Nick A.
1 Min Read

React web applications are essentially component trees with branches – a component might render multiple components, which render more components on their own. To build any kind of useful web application, you need to know how to render multiple components in React. Common mistake when…

Nick A.
4 Min Read

Nowadays many web applications are overloaded with content. Sometimes you need to highlight certain elements or components by setting scroll position in React. In this article, we’ll show you how to set scroll position when component mounts or when users click a button. Set scroll…

Nick A.
3 Min Read

React is all about reusability. You can define a component’s structure, appearance and reuse it. You can pass props to customize component’s content and even appearance. In this article, we will explore how to use forEach() to loop over an array of objects, automatically create…

Nick A.
2 Min Read

There is no shortage of stories about great front-end careers. Many of these blog posts tell the truth – careers in web development can be very lucrative. It is also true that as long as someone has desire, she can learn necessary skills and be…

Nick A.
3 Min Read

Past few years have seen a lot of developments (improvements) in web development, as well as the quality of interactive web applications. The demand for stylish, functional and dynamic web apps was strong up until 2022. That should continue into 2023. However, starting a career…