In this tutorial we’ll be using Ionic 5, Axios and React to build a news application. We’ll be making use of NewsAPI.org for getting news data and we’ll be using the Axios client to send API calls to the News REST API.
You need to have some prerequsisites before tackling this tutorial:
Knowledge of JavaScript,
Basic knowledge of React is necessary since we’ll be using React as the frontend library,
You need to have Node.js and NPM installed on your development machine. It’s required by the create-react-app tool that will be used to generate a React project and start the local development server.
#ionic #reactjs #react