Skip to content

Instantly share code, notes, and snippets.

// Automatically-generated file
#![allow(dead_code)]
#![allow(non_snake_case)]
#![allow(unused_imports)]
#![allow(unused_parens)]
#![allow(unused_variables)]
#![allow(unused_mut)]
#![allow(non_camel_case_types)]
@tantaman
tantaman / Board_index.tsx.diff
Last active November 30, 2023 15:02
live-store vs vulcan linearite
diff --git a/livestore/livestore/examples/linearlite/src/pages/Board/index.tsx b/vulcan/linearite/src/pages/Board/Index.tsx
index a8960c0..6ed7689 100644
--- a/livestore/livestore/examples/linearlite/src/pages/Board/index.tsx
+++ b/vulcan/linearite/src/pages/Board/Index.tsx
@@ -1,24 +1,14 @@
import TopFilter from '../../components/TopFilter'
import IssueBoard from './IssueBoard'
-// import { useFilterState } from '../../utils/filterState'
-import { Issue } from '../../types'
-import { querySQL, sql } from '@livestore/livestore'

Static Hermes (shermes) Setup and Usage Guide

Overview

Static Hermes is an experimental ahead-of-time compiler for JavaScript that compiles to native code via C. It provides type inference and optimization capabilities, though it's still in early development with various limitations.

Setup Instructions

1. Clone and Switch to Static Branch

git clone https://github.com/facebook/hermes.git