Is Theo's new tutorial any good for a Vue Dev?

Truth be told I have never touched React or any .tsx before. However I have been doing vue for the last 5 years or so. So yeah should I look into other things first or just jump in the deep end with the video?
Solution:
If you know enough Javascript, look into react.dev to learn the basic hooks and get to know that "mental model". In less than two days, you should be ready for Theo's tutorial IMO...
Solution
G
Gus14d ago
If you know enough Javascript, look into react.dev to learn the basic hooks and get to know that "mental model". In less than two days, you should be ready for Theo's tutorial IMO
K
5knnbdwm14d ago
Okay, thanks.
C
Circus14d ago
@5knnbdwm Going in the inverse, I've only ever worked in React but will be soon working in Vue professionally. Would you have a tutorial to recommend into your world?
K
5knnbdwm13d ago
While i havent really looked into the documentation and Guides for Vue in quite some time. Peeking at the Guide and Tutorial on the official website (https://vuejs.org) they seem really solid. As they, in contrast to react documentations, are actually created by the Core Devs I strongly recommend using the Compositions API
Vue.js
Vue.js - The Progressive JavaScript Framework
Want results from more Discord servers?
Add your server
More Posts
Email exist verificationdoes anyone knows a way to verify if an email exists? like is there such a package or services with Issues with Clerk and Unit testingI am working on a project for work and we have a strict requirement for unit tests. I decided to go Drizzle + SQLite updated at fieldIs the only way to have an updated at field in SQLite just setting the updated at by hand on each upHow can I replicate the vanilla behavior of NextJS API routing in T3 stack?I am currently working on a project in which i would like to have my server side requests to an endpWhat is this app?this works but nope?I'm new to Suspense, this works great but I get the error: Did you forget to use 'await'? It works,Micro Front End best practicesHello! I recently landed a job within a stack centered around micro front ends (react + node), whichUsing Turso in T3-CreateHi, I am trying to use Turso for T3. I am using drizzle. The connection .env is slightly different No file route found for slug in deploymentThis issue arose when I started my deployment on Render , which simply read as No file route found Will server components be refeteched on mutation?If I have a page using the server trpc and then a client component that updates the list, will the sNextjs parallel routing questionsI have this routing setup right, ```bash { (main) { about {} contact {} (illustrationsHow can I subscribe to updates in an RSS feed?I want to subscribe to changes on a shopify store’s RSS feed for their products. It seems extremely How can I configure tRPC to function as a REST API (single-route)?I'm new to tRPC and not sure why this produces an error when an external POST request is sent to theT3 Stack: tRPC not extending type definitions to clientHey, I'm currently trying to work on getting my 'next build' script to work and ran into a bunch of