I found this https://marmelab.com/blog/2023/06/05/react-angularjs-moment.html#developing-with-an-empty-ecosystem and realized that I don’t want to spend time on React Server Components just yet.

Quote:

To emphasize: React Server Components break almost every existing React third-party library, and these library authors must modify their code to make them compatible. Some will do so, many won’t. And even if they do, it will take time. So if you’re starting an app with React Server Components, you cannot depend on the existing React ecosystem.

I realize one of Javascripts strenghts (same server and client code) also leads to some of the biggest confusion because the code compiles but won’t run.


<
Previous Post
git notes
>
Next Post
How can I convert my P12 cert into a PEM file