Astro With ReactJS
Okay so basically, Im currently making a Web Application with Astro, React and NodeJS.
Im trying to make a dynamic/auto-updated component that will update every few seconds, but right now im having a little problem with even firing the “componentDidMount()” event on a React Component.
This is my React Component Code: