~repos /edge-city
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/edge-city/.git
edge-city
Discussions:
https://groups.google.com/g/rust-embed-devs
edge-city is a next level meta-framework for react that runs only on edge runtimes
example/src/components/Spinner/Spinner.jsx
import "./Spinner.css";
export default function Spinner() { return ( <div className="spinner-container"> <svg className="spinner" viewBox="0 0 50 50"> <circle className="spinner-path" cx="25" cy="25" r="20" fill="none" strokeWidth="5"></circle> </svg> </div> )}