Build your own Reactjs from scratch : Chapter 5 -Fixing JSX Dev Runtime and First version of the render function
if you start our example project in dev mode now it will give you an error
[vite] Internal server error: Failed to resolve import "../jsx-run-time/jsx-dev-runtime" from "index.jsx". Does the file exist?
this is because we have not specified jsx...
nisham.hashnode.dev2 min read