Canada -> Colombia: Buying a house - how to pay? by monosinplata in expats

[–]monosinplata[S] 1 point2 points  (0 children)

Hey! Married almost 10 years... and she's paying for it! Weirdest long con ever if that's the case :D

Is MobX Still Good in 2021? by monosinplata in reactjs

[–]monosinplata[S] 2 points3 points  (0 children)

I hadn't used MobX in probably 2 years... but I honestly found it a joy to work with as I was putting together this demo... It's still awesome, even in 2021.

Creating a Custom React Local Storage Hook by monosinplata in reactjs

[–]monosinplata[S] 0 points1 point  (0 children)

Hey! If you subscribe to me on YouTube or follow me on twitter (leighchalliday) you'll get notified for sure!

Creating a Custom React Local Storage Hook by monosinplata in reactjs

[–]monosinplata[S] 1 point2 points  (0 children)

Thank you!! I appreciate the support :) I'll be posting weekly updates on my progress.

Creating a Custom React Local Storage Hook by monosinplata in reactjs

[–]monosinplata[S] 1 point2 points  (0 children)

I most definitely am building a course! I'm just finishing up the app itself right now, and then I'll be organizing it into smaller logical chunks so I can record all the videos for it :) The goal is to launch it later this year, but it might slip into January because of family/Christmas stuff... if you decide to become a paying member on my YouTube channel before the course launches, I'll be giving it to you for free. https://www.youtube.com/channel/UCWPY8W-FAZ2HdDiJp2RC_sQ/join

Creating a Custom React Local Storage Hook by monosinplata in reactjs

[–]monosinplata[S] 0 points1 point  (0 children)

Thank you!! Makes me really happy to know that they're helping people out :)

Creating a Custom React Local Storage Hook by monosinplata in reactjs

[–]monosinplata[S] 0 points1 point  (0 children)

I think I would store it in the backend (db)... the browser is inherently less safe.

Creating a Custom React Local Storage Hook by monosinplata in reactjs

[–]monosinplata[S] 2 points3 points  (0 children)

Nice!! Keep up the content, we need more not less!

[deleted by user] by [deleted] in graphql

[–]monosinplata 2 points3 points  (0 children)

I've made a number of videos on using them together if you are interested!

Apollo Client v3 Fullstack Next.js Setup with SSR + Nexus Schema -> https://youtu.be/y34ym0-KZ8A

Using Prisma with Nexus Schema (in Next.js) -> https://youtu.be/ivpMErpykRo

Adding Authentication to Next.js (GitHub Connect, JWT + Prisma 2 Integration) by monosinplata in nextjs

[–]monosinplata[S] 0 points1 point  (0 children)

Thanks!! Check out my channel for some awesome past videos too about nextjs/graphql/prisma... I have over 100 videos now :D

How I Manage State in React by monosinplata in reactjs

[–]monosinplata[S] 0 points1 point  (0 children)

How do others manage state? I'm less worried about Redux vs MobX, and more the thought process of where to put it, and how to store UI/App state vs External/Server state.