- Router
- Bootstrap
- Redux-toolkit
- React Icons
- React Helmet
Implimented react router and react-redux and you can use bootstrap and also you can change react icons dynamically.
Installed react-helmet-async into application.
Just import Helmet from react-helmet-async inside you component and write it like:
<Helmet>
<title>Hello World</title>
<link rel="canonical" href="https://www.plazmacloud.com/" />
</Helmet>Inside every Page of your applicattion for which you want to change meta tags dynamically.
- react v.18
- react-router-dom v.6.11
- bootstrap v5
- redux-toolkit v.1.9
- react-redux v.8
- react-scripts v.5
- react-icons v.4.8
- react-helmet-async v.1.3.0