~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/pages/_500/page.jsx
import React from "react";import { Helmet } from "react-helmet-async";import "./page.css";
export default function Page() { return ( <div className="err-page"> <Helmet> <title>Oop's Something went wrong</title> </Helmet> <h1>Oop's Something went wrong</h1> <div className="content"> <h2>Internal Server Error</h2> </div> </div> );}