Back to skills

React

Frontend Since Sept 2021
L4
62/100

Other technologies

React

Evidence

  • Why this level

    Summary

    React is used across several projects for public/private routing, Redux Toolkit, session persistence, API consumption and both training and business-oriented frontends.

  • Current ceiling

    Summary

    The main improvement axes to reach the next level are: show more complex component refactors, document cross-project composition patterns, and expose more optimization work.

  • Public and private routes

    Permalink Source

    The routing layer of the fullstack React project orchestrates public/private navigation with a clear split between anonymous and protected screens.

  • React access guard

    Permalink Source

    The AuthRoute component reads local session state and redirects unauthenticated users.

  • Protected pages on quiz app

    Permalink Source

    The Hackathon Quiz App frontend protects game, score and history pages through RequireAuth and React Router v6.

  • Redux Toolkit and RTK Query store

    Permalink Source

    The React store in the Redux project assembles multiple API slices and concatenated middleware, going far beyond simple component rendering.

  • Async business state

    Permalink Source

    A MyHappyWallet slice implements lifecycle reducers and Redux Toolkit thunks in a budgeting context.

  • React in a mobile environment

    Permalink Source

    The entry point of the React Native mobile app adds navigation, business screens and local persistence, extending React experience to another runtime environment.