React JS Accordion Component

Опубликовано: 25 Апрель 2026
на канале: CodingFromScratch
976
19

In this video I will create Accordion Component with React JS with smooth animation.

Code: https://github.com/damirpristav/react...
Code - Typescript: https://github.com/damirpristav/react...

00:00 - Create react app
00:19 - Install dependencies
00:36 - Delete unnecessary files and code
01:16 - Create Accordion component
13:20 - Create Accordions component - wrapper for Accordion components
17:16 - Create Header component
18:07 - Update App component
19:11 - Create style - add css code
23:18 - Test the app