Innei | 拾一

Monthly report 23.9

Original link: https://innei.in/notes/156 This rendering is generated by marked and may have layout issues. For the best experience, please go to: https://innei.in/notes/156 I haven’t updated any life-related articles for nearly a month. Mainly because there’s nothing new recently, and I’m not very eager to share. A City Walk and Overnight Experience In September, I went […]

Monthly report 23.9 Read More »

NestJS + tPRC and React Query integration guide on the CSR side

Original link: https://innei.in/posts/programming/nestjs-with-trpc-and-dependency-injection This rendering is generated by marked and may have typography issues. For the best experience, please go to: https://innei.in/posts/programming/nestjs-with-trpc-and-dependency-injection Recently I was rewriting a NestJS project, thinking about integrating tRPC for use by the management panel front-end. Originally, the API interfaces in the management panel were written naked, and there were no

NestJS + tPRC and React Query integration guide on the CSR side Read More »

inner game

Original link: https://innei.in/notes/155 This rendering is generated by marked, and there may be typography problems. For the best experience, please go to: https://innei.in/notes/155 interpersonal and self I’ve always felt like I was in a “delicate relationship” in a variety of ways: regrets, relationships, even myself. This subtlety often makes me feel like a failure, especially

inner game Read More »

Experience from a trip to Hong Kong

Original link: https://innei.in/posts/experience/first-went-to-hongkong-experience The rendering was generated by marked, and there may be typographical problems. For the best experience, please go to: https://innei.in/posts/experience/first-went-to-hongkong-experience A few days ago, I planned to go to Hong Kong to open a HSBC card with my friends, and then stay there for two days. some things to prepare ID card,

Experience from a trip to Hong Kong Read More »

NeoVim plugin recommendation

Original link: https://innei.in/posts/Z-Turn/nvim-plugin-recommend This rendering is generated by marked, and there may be typography problems. For the best experience, please go to: https://innei.in/posts/Z-Turn/nvim-plugin-recommend Long time no see, today I recommend the fancy NeoVim plugin again. I won’t put screenshots here, I will paste the address of each plugin, and there will be a detailed introduction

NeoVim plugin recommendation Read More »

I started to toss NeoVim again, can this time replace VSC

Original link: https://innei.in/posts/Z-Turn/nvim-lua-config-init The rendering is generated by marked, and there may be typography problems. For the best experience, please go to: https://innei.in/posts/Z-Turn/nvim-lua-config-init What can I get by using NeoVim? What are the advantages over traditional editors Many people probably won’t read the following content, so I decided to write this part first. After reading

I started to toss NeoVim again, can this time replace VSC Read More »

Talking about data hydration and persistent data in NextJS RSC/SSR II

Original link: https://innei.in/posts/programming/nextjs-rsc-ssr-data-hydration-persistence-two This rendering is generated by marked, and there may be typography problems. For the best experience, please go to: https://innei.in/posts/programming/nextjs-rsc-ssr-data-hydration-persistence-two Last time I talked about how to implement data hydration with React Query in SSR. In this issue, let’s talk about how to implement it with Jotai. It will be more convenient

Talking about data hydration and persistent data in NextJS RSC/SSR II Read More »

Experience of using Jotai to extract component state

Original link: https://innei.in/posts/programming/jotai-experience-with-component-state-abstraction This rendering is generated by marked, and there may be typographical problems. For the best experience, please go to: https://innei.in/posts/programming/jotai-experience-with-component-state-abstraction Jotai is a very good atomic model based React state management library. It takes a bottom-up approach to building global React state management, building state by composing atoms, and optimizing rendering based

Experience of using Jotai to extract component state Read More »

Talking about data hydration and persistent data in NextJS RSC/SSR

Original link: https://innei.in/posts/programming/nextjs-rsc-ssr-data-hydration-persistence This rendering is generated by marked, and there may be typography problems. For the best experience, please go to: https://innei.in/posts/programming/nextjs-rsc-ssr-data-hydration-persistence Because recently after rewriting my personal site and trying the new RSC architecture of NextJS, I also stepped on a lot of pitfalls. I intend to use this article to record some

Talking about data hydration and persistent data in NextJS RSC/SSR Read More »