How connect frontend and backend? (solved)
I have fronted on react and backend on C#
How I can connect it?
I know something that I need use REST api but I'm absolutely newbie on it
If you know how I can do it DM me please
It depends on what exactly you want connect - in my case it was auth from
You need sever db (like supabase or mongodb) or your local backend sever
In frontend part I needed write smth like this
And output it somehow like this
Book.tsx (its better to wirte interface with TypeScript)
How I can connect it?
I know something that I need use REST api but I'm absolutely newbie on it
If you know how I can do it DM me please
It depends on what exactly you want connect - in my case it was auth from
You need sever db (like supabase or mongodb) or your local backend sever
In frontend part I needed write smth like this
And output it somehow like this
Book.tsx (its better to wirte interface with TypeScript)
