79731725

Date: 2025-08-11 06:47:53
Score: 2.5
Natty:
Report link

In React 19 (at least) ES modules are provided. Now you can simply do:

import React from "https://esm.sh/react"
import ReactDOM from "https://esm.sh/react-dom/client"

I recently did something related and explained my solution on this blog post.

Reasons:
  • Blacklisted phrase (1): this blog
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tripu