Comment on React has become the 'Linux kernel' of modern software developmentparentComments−tiagod1yIn the context of React it makes sense, as traditionally it's a client-side rendering thing. Until recently, a redundant render would run in the client once the js is loaded anyway, but I believe it's possible to skip that now.
Comments
In the context of React it makes sense, as traditionally it's a client-side rendering thing. Until recently, a redundant render would run in the client once the js is loaded anyway, but I believe it's possible to skip that now.