Add Effect v4 support, Fast Refresh tooling, and revamped docs #56

Merged
Thilawyn merged 133 commits from next into master 2026-07-26 02:32:59 +02:00
Showing only changes of commit 5f3e560969 - Show all commits
+2 -2
View File
@@ -5,7 +5,7 @@ import { themes as prismThemes } from "prism-react-renderer"
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
const config: Config = {
title: "effect-fc",
title: "Effect View",
tagline: "Write React function components with Effect",
favicon: "img/favicon.ico",
@@ -68,7 +68,7 @@ const config: Config = {
respectPrefersColorScheme: true,
},
navbar: {
title: "effect-fc",
title: "Effect View",
logo: {
alt: "Effect View logo",
src: "img/logo.svg",