From f350db196bcab490b8a6b67f9536f0b9b7322073 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Mon, 10 Jul 2023 23:11:32 +0100 Subject: =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Replace=20React=20with=20diffhtml?= =?UTF-8?q?=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example. --- example/index.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 example/index.js (limited to 'example/index.js') diff --git a/example/index.js b/example/index.js deleted file mode 100644 index 81316f3..0000000 --- a/example/index.js +++ /dev/null @@ -1,3 +0,0 @@ -import { main } from "./build/dev/javascript/lustre_counter/dist/lustre_counter.mjs"; - -main() -- cgit v1.2.3