Details
Post Channel
Frontend
/frontend·130.5kMembers
Discussions about frontend development, HTML, CSS, JavaScript, browser APIs, web standards, component frameworks, rendering libraries, UI/UX patterns, and tools and technologies used to build websites and web apps!
while not usually a fan of tech magic myself, react server components have been a great tool for me to make faster webpages.
the generated API is straight forward to reason with, it's just the component props, serialized as the input. the return is not intended for re-use, like an ajax model.