28 lines
781 B
Markdown
28 lines
781 B
Markdown
---
|
|
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'
|
|
head:
|
|
meta:
|
|
- name: 'keywords'
|
|
content: 'web dev, fullstack development, nuxtjs, tRPC, redis'
|
|
- name: 'robots'
|
|
content: 'index, follow'
|
|
- name: 'author'
|
|
content: 'juls07'
|
|
- name: 'copyright'
|
|
content: '© 2022 juls07'
|
|
date: 2022-09-20
|
|
_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
|