Towards React Server Components in Clojure [ukr]
We will take a look inside React Server Components using an implementation in the Clojure programming language. You will learn what the “magic” of server components looks like under the hood, how component streaming works, and whether it’s really possible to send a Promise over an HTTP request from the server to the client. How can a function that exists only on the backend be invoked on the frontend? How can we make server components run fast? In addition, we will dive into Clojure to see how the same concepts can be built in a radically different programming language.