New ask Hacker News story: Next.js v13 websites are a heaven for scraping
Next.js v13 websites are a heaven for scraping
5 by punkpeye | 1 comments on Hacker News.
Just a random thought while analyzing some Next.js v13 website HTML markup. Due to the way that RSC hydrates elements during client-side rendering, Next.js has to provide all their property data using JSON (see this issue https://ift.tt/7oF5g1d) As a result, any website that uses Next.js with RSC is extremely easy to extract data from since you can tap into JSON of every element. Just an interesting observation without implying whether it is good or bad for the ecosystem.
5 by punkpeye | 1 comments on Hacker News.
Just a random thought while analyzing some Next.js v13 website HTML markup. Due to the way that RSC hydrates elements during client-side rendering, Next.js has to provide all their property data using JSON (see this issue https://ift.tt/7oF5g1d) As a result, any website that uses Next.js with RSC is extremely easy to extract data from since you can tap into JSON of every element. Just an interesting observation without implying whether it is good or bad for the ecosystem.
Comments
Post a Comment