Core Developer's Admin Guide
SonicJs' admin section is written in React SSR. If you are making changes to the core administrative interface, this guide will help you get started.
If you are familiar with React, you'll be right at home making updates to the SonicJs admin UI.
SonicJs uses React SSR (Server Side Rendering).
All admin ui related code can be found here:
src/cms/admin
The admin theme is located here:
src/cms/admin/theme.tsx
The routing for the admin section can be found here:
src/cms/admin/admin.ts