# Understanding TanStack Router in Your React Application
# Understanding TanStack Router in Your React Application
#TODO
## Move editorview from the state to store to be able to access it from the editor
## Clean up the code
## get it ready for production
## Overview of Your Application Structure
## Overview of Your Application Structure
Your application uses TanStack Router for routing, React Query for data fetching, and follows a structure with protected and public routes. Let me explain the key components:
Your application uses TanStack Router for routing, React Query for data fetching, and follows a structure with protected and public routes. Let me explain the key components: