Niklas Ziermann
Niklas Ziermann
  • 78
  • 149 091
I Ported TRPC to Electron!
TRPC is an awesome library for full-stack typesafety. But it normally only supports being used over http. But given that IPC in electron also isn't typesafe on its own, let's port TRPC to electron to make the ipc-event-system fully typesafe as well
I hope this video can help you. If it does then please consider subscribing and giving me some feedback.
Have a great day!
Repository with example code: github.com/N-Ziermann-TH-cam/electron-trpc
My GitHub: GitHub.com/N-Ziermann
My Website: n-ziermann.com
Timestamps:
00:00 Demonstration
00:20 Server (electron) side
01:28 Frontend (react) side
03:42 Connecting Frontend and Backend
05:22 Should you use this?
มุมมอง: 46

วีดีโอ

Enabling Offline Electron Caching
มุมมอง 3421 วันที่ผ่านมา
Connecting an electron app to a website can be a great way to enable users to use your App on their computers. But when you completely rely on your webserver, then the app won't display anything when the user is offline. So let's allow your electron app to work offline using service workers for caching. I hope this video can help you. If it does then please consider subscribing and giving me so...
How Is This Not Solved Yet...
มุมมอง 1416 หลายเดือนก่อน
Most Web-APIs follow the same standard across all major browsers nowadays. But that makes it even more annoying when an API isn't implemented properly across all of them. So let's take a look at the HTML Drag and Drop API and its messy implementation. I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! Code from the video: g...
I Built A Bundler! (and it's really slow)
มุมมอง 1118 หลายเดือนก่อน
I built a JavaScript Bundler that's way slower than most other bundlers and that's a good thing! Let's take a look at why building such stupid stuff is not just fun but also helpful for your own development as an engineer! I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My Bundler: github.com/N-Ziermann/Bundler My GitHub...
State is NOT Async But...
มุมมอง 2K9 หลายเดือนก่อน
The myth that React State is async has existed for quite some time now and there are still quite a few people who are unsure on why state behaves they way it does. So let's really look into why state is, or is not, asynchronous! I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! Code from this video: github.com/N-Ziermann-T...
Get a React Job in 2024
มุมมอง 168ปีที่แล้ว
Given the employment market of 2023 it might seem hard to get a tech job in 2023, but creating an awesome portfolio might just give you the edge you need to stand out and get the job! I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My GitHub: GitHub.com/N-Ziermann My Website: n-ziermann.com Timestamps: 00:00 What You Nee...
The PERFECT Usecase For Server Components
มุมมอง 190ปีที่แล้ว
React Server Components are awesome, but finding good usecases for them can be tricky. So let's take a look at a usecase that works absolutely perfectly with Server Components and the NextJS 13 App Router! I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My GitHub: GitHub.com/N-Ziermann My Website: n-ziermann.com Timestam...
Make React 68.7% Faster For Free!?
มุมมอง 312ปีที่แล้ว
Do you have performance issues with your React App? Then you might want to try million.js which basically gives you up to 70% better performance for free! I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My GitHub: GitHub.com/N-Ziermann My Website: n-ziermann.com Timestamp: 00:00 Free Performance!? 01:00 How It Works 01:2...
Tailwind Is NOT Just Another CSS Framework! It's better!
มุมมอง 110ปีที่แล้ว
Tailwind just looks like another way to do inline styles. But it's actually much more than a CSS replacement. Let's take a look at why Tailwind can actually be considered better than CSS. I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My GitHub: GitHub.com/N-Ziermann My Website: n-ziermann.com Timestamps: 00:00 Why Tail...
React Server Components Have A Major Problem!
มุมมอง 303ปีที่แล้ว
React Server Components can be quite an amazing way to optimize the amount of javascript & the number of fetch calls your client needs to execute. But they have a BIG problem. Let's look into it. I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My GitHub: GitHub.com/N-Ziermann My Website: n-ziermann.com Timestaps: 00:00 C...
Should You Stop Using TypeScript!?
มุมมอง 708ปีที่แล้ว
With libraries like svelte deciding to move away from TypeScript and over to JSDoc it might be interesting for you to learn about why you might want to use JSDoc as well. So let's take a look at how to use JSDoc and when to use it instead of TypeScript. I hope this video can help you. If it does then please consider subscribing and giving me some feedback. Have a great day! My GitHub: GitHub.co...
I Haven't Been So Excited By A Feature In Ages!
มุมมอง 502ปีที่แล้ว
I Haven't Been So Excited By A Feature In Ages!
React Development Patterns You Have To Know!
มุมมอง 246ปีที่แล้ว
React Development Patterns You Have To Know!
You Need to Understand React Execution Order!
มุมมอง 663ปีที่แล้ว
You Need to Understand React Execution Order!
Build Blazingly Fast React Desktop Apps with Tauri
มุมมอง 11Kปีที่แล้ว
Build Blazingly Fast React Desktop Apps with Tauri
Easily Create Accessible React Components with Headless UI
มุมมอง 982ปีที่แล้ว
Easily Create Accessible React Components with Headless UI
How Do State Managers ACTUALLY Work?
มุมมอง 147ปีที่แล้ว
How Do State Managers ACTUALLY Work?
Simplify Custom Hooks with React-Use
มุมมอง 197ปีที่แล้ว
Simplify Custom Hooks with React-Use
React vs Solid - Let's compare!
มุมมอง 422ปีที่แล้ว
React vs Solid - Let's compare!
This React Hook Will Change Data Fetching Forever
มุมมอง 460ปีที่แล้ว
This React Hook Will Change Data Fetching Forever
This Makes TypeScript Feel Complete!
มุมมอง 122ปีที่แล้ว
This Makes TypeScript Feel Complete!
Boost Your Deployment Times with Module Federation in React
มุมมอง 208ปีที่แล้ว
Boost Your Deployment Times with Module Federation in React
Islands Architecture in React using Astro
มุมมอง 777ปีที่แล้ว
Islands Architecture in React using Astro
Properly using Typescript with React
มุมมอง 304ปีที่แล้ว
Properly using Typescript with React
You should (not) use GraphQL with React
มุมมอง 241ปีที่แล้ว
You should (not) use GraphQL with React
React State Machine Pattern | Using XState in React
มุมมอง 596ปีที่แล้ว
React State Machine Pattern | Using XState in React
Using TSParticles in React to Add Snow to Your App
มุมมอง 2Kปีที่แล้ว
Using TSParticles in React to Add Snow to Your App
Reading JWT-Tokens in React in Under 2 Minutes
มุมมอง 7Kปีที่แล้ว
Reading JWT-Tokens in React in Under 2 Minutes
Cant Choose A Framework? - You Dont Have To!
มุมมอง 80ปีที่แล้ว
Cant Choose A Framework? - You Dont Have To!
React vs Svelte - Let’s compare!
มุมมอง 1.9Kปีที่แล้ว
React vs Svelte - Let’s compare!