MVC 프레임워크랑 Remix 사용한 적이 있어서 그런가 form 안쓰고 입력치 상태 관리하면서 제출하는 폼 보면 좀 언짢다...
오... Redwood는 이런거까지 해주네... docs.redwoodjs.com/docs/backgro...
Background Jobs | RedwoodJS Docs
No one likes waiting in line. This is especially true of your website: users don't want to wait for things to load that don't directly impact the task they're trying to accomplish. For example, sendin...
docs.redwoodjs.com
서버펑션 GET쓰는거랑 스트리밍 멋지다..
So you like Tanstack React Query? Well, now Tanstack has a full framework to compete with NextJS called TankStack Start. Let's jump in, see how it works, and in particular, see how its critical server functions functionality blows the doors off of current NextJS. youtu.be/Iun1DE_oHG0
jest jsdom 너무 오래된 버전 쓰는데... 대충 2년전꺼.. 슬프다... github.com/jestjs/jest/...
[Feature]: Upgrade jest-environment-jsdom dependency to jsdom@^25.0.1 · Issue #15325 · jestjs/jest
🚀 Feature Proposal For package jest-environment-jsdom, change dependency on jsdom from: "jsdom": "^22.0.0" to "jsdom": "^25.0.1" Motivation jsdom versions before 25.0.1 (including 25.0.0) indirectl...
github.com
youtu.be/VkYQMhit_04 오... 아스트로 액션을 react 19 useActionState에 넣어서 쓸 수 있구나..
Astro Actions: the missing server action library
YouTube video by Astro
youtu.be
리액트19의 서버 액션이 루팅 설정 할 필요없는 Post http 엔드포인트라면 비슷하게 쓸 수 있는 서버 로더도 있으면 좋겠다.
오... Rsc로 무한스크롤... 클라이언트 컴포넌트 프롭에 서버컴포넌트를 넣을 수 있는거도 신기하네... 근데 서버액션이면 POST 리퀘스트로 데이터 받아오는거 아닌가... github.com/gabrielelpid...
next-infinite-scroll-server-actions/src/components/loadMore.tsx at main · gabrielelpidio/next-infinite-scroll-server-actions
An infinite scroll example with Next.js, server actions and RSC (React Server Components) - gabrielelpidio/next-infinite-scroll-server-actions
github.com