Component-based Front-end Frameworks

Component-based Front-end Frameworks

This blog covers programming use cases to demonstrate the implementation of component-based frameworks and libraries such as Angular, React etc for front-end Web development. The code snippets are sample implementations from different projects built as part of the learning exercise.


How to make a REST API call in React

27 Feb 2022 4 minute read 0 comments mi1g08

This article provides an overview of making a REST API call in the React library using JavaScript Fetch API. The readers of this article must have some prior knowledge of using React library for creating user interfaces. It uses functional component...