alvarlagerlof / rsc-parser

A parser for the React Server components when sent over the network
https://rsc-parser.vercel.app
MIT License
499 stars 11 forks source link

Refactor fetch patch #1052

Closed alvarlagerlof closed 1 month ago

alvarlagerlof commented 1 month ago

Instead of one RSC_CHUNK event for everything, there is now RSC_REQUEST, RSC_RESPONSE and RSC_CHUNK.