What is the correct project structure for RPC?
I'm working with
React Native
, and I want to use Hono.js
for the backend, is this project structure correct to use RPC
?
[project name folder]
├── react native folder
├── honojs folder1 Reply
That would work just fine. There is really no right or wrong answer. It's up to preference