react

2 Article(s)

Simplifying React component composition with dot notation

Creating components is easy but creating reusable components is hard. In this article, you will learn how to create reusable pricing card components using the dot notation composition pattern.

How to scroll to a section in new page using react

To scroll to a section in a new page in react, you can use the 'react-router-dom' library which allows you to define route & navigate to different pages in your application