
Building React components with server-side rendering in mind
I've been building UI components with React for a while now, and I've read a lot about server-side rendering (SSR). From what I've read, I didn't expect SSR to affect how React components are built.
Frontend Development