From 14694e19b4a21d9251aa19059bc66d09fe7e1ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCslim=20Y=C4=B1lmaz?= <46666748+MuslumYilmaz@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:46:13 +0300 Subject: [PATCH] Add React preparation resource Add a structured React review and practice path to Further Reading. --- _chapters/further-reading.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_chapters/further-reading.md b/_chapters/further-reading.md index 5e8e222d4..46fe0bf41 100644 --- a/_chapters/further-reading.md +++ b/_chapters/further-reading.md @@ -16,6 +16,8 @@ Once you've completed the guide, you are probably going to use SST for your next - [Learn React](https://react.dev/learn): The official React docs +- [React Interview Preparation Path](https://frontendatlas.com/guides/framework-prep/react-prep-path): Structured React review and practice covering state, effects, hooks, performance, testing, and UI coding + - [Vite docs](https://vitejs.dev/guide/): The official Vite docs - [React-Bootstrap Docs](https://react-bootstrap.github.io/docs/getting-started/introduction): The official React-Bootstrap docs