You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notification page main created with ReactJS as frontend, this was built with static passing props as a trial it can't be used as a notification component without major adjustments using json or context to pass the data.
A simple react app using CRA template, Making Component Structure , Adding JSX Event Handlers, CSS Modules, State management using useState, passing data using component Tree(Parent-child vs), Two-way Binding, etc.