18 lines
525 B
Markdown
Executable File
18 lines
525 B
Markdown
Executable File
---
|
|
title: My nuxtjs + trpc fullstack web app
|
|
description: My experiences with nuxtjs 3 and tRPC
|
|
image:
|
|
src: "/images/archlinux.webp"
|
|
alt: "Why I chose archlinux"
|
|
date: September 20, 2020
|
|
_draft: true
|
|
tags:
|
|
- web dev
|
|
- fullstack development
|
|
- nuxtjs 3
|
|
- tRPC
|
|
- redis
|
|
---
|
|
|
|
Recently I've been working with nuxtjs 3 and tTRPC. I've heard a lot of things about nuxtjs 3 and tRPC lately, mostly bad with nuxtjs 3 and mostly good with trpc. These are not technoligies I've been interested in working with for a while
|