Personal portfolio site built with react and bootstrapped with Typescript.
https://www.figma.com/proto/5Dmi8gusv4DDuI9KJbR2Rn/Portfolio?node-id=7%3A145&scaling=min-zoom
- Typescript static typing property helps reduce bug when passing props via interface or generic method.
- Use of react context api to avoid prop drilling and make local state available in all component.
- Use React useRef api to access dom element.