An open API service indexing awesome lists of open source software.

https://github.com/aaronksaunders/remote-fn-nuxt-youtube-app

Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the nuxt-remote-fn module we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.
https://github.com/aaronksaunders/remote-fn-nuxt-youtube-app

fullstack-typesafety fullstack-typescript nuxt-module nuxt-remote-fn nuxt3 remote-function-call remote-server trpc typescript video-tutorial

Last synced: 10 days ago
JSON representation

Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the nuxt-remote-fn module we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.

Awesome Lists containing this project

README

        

# A tRPC Alternative for a Nuxt FullStack Typesafe Application

Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the [nuxt-remote-fn module](https://github.com/wobsoriano/nuxt-remote-fn)

we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.

### VIDEO
- https://youtu.be/37VR1hfHq1o

### Links
- blog - https://dev.to/aaronksaunders/full-stack-nuxt-typescript-app-without-trpc-3io7
- nuxt-remote-fn - https://github.com/wobsoriano/nuxt-remote-fn
- better-sqlite-3 - https://github.com/WiseLibs/better-sqlite3