Comment on Google now requires JavaScript

<- View Parent
ClassifiedPancake@discuss.tchncs.de ⁨5⁩ ⁨weeks⁩ ago

It’s called Server Components. If you actually build a fully static website, there is no DOM modification going on. I would actually not recommend doing that with React. The goal of it is to have a mix of both. The initial render is super fast because it is prerendered once for everyone. Then dynamic data is being fetched if needed and elements are replaced. It also improves SEO.

React 19 is not yet officially released but you can read more about it here react.dev/blog/2024/04/25/react-19

source
Sort:hotnewtop