-
Notifications
You must be signed in to change notification settings - Fork 0
FrontEnd
asya982 edited this page Mar 14, 2023
·
19 revisions
- axios (1.3.4),
- react (^18.2.0),
- react-router-dom (^6.8.2),
- MUI (5.11.11)
- Using arrow functions for functional components;
- Props destructurization:
const Component = ({prop1, props2, prop3, ...props}) => {...};