Easy RPC with Nuxt: Making a Todo App
We're going to make a simple to-do app with Nuxt. Except, instead of manually defining server routes and fetching them on the client, we're going to use Prim+RPC to define functions on Nuxt's server and simply call those functions directly from the c...
blog.doseofted.me13 min read
Abhay Singh Rathore
Great tutorial! The Prim+RPC approach seems like a convenient way to handle server-client communication without the need for extensive setup.