0% found this document useful (0 votes)
1 views

Frontend and Backend

Uploaded by

Rahul M
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

Frontend and Backend

Uploaded by

Rahul M
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The Frontend (Client)

React SPA

Routes (with react- State Management Components + Styling


router-dom) (Hooks, Redux) (CSS)

Route Config + Page Redux Logic, React


Utility / UI Components
Components Hooks, Custom Hooks

Styles + some
components will be
provided
The Backend (Server)

Decoupled Ends

Backend == API

Execute Code on the Server


REST* API GraphQL API

Different URLs + Http Verbs One URL + Http Verb (= one


(= endpoints) for different endpoint) that accepts query
actions commands

*Representational State Transfer

You might also like