vlcn-io / vite-starter

scaffold for a vitejs based vlcn project
32 stars 6 forks source link

Simplified React Hooks | Simplified Server Setup | Enable React.StrictMode #18

Closed tantaman closed 10 months ago

tantaman commented 11 months ago

@jamesgpearce - since you're poking around the vite starter, these updates might be relevant to what you're doing.

tldr -- it's a simplification of all the user facing APIs to:

as well as allowing users to use React.StrictMode

tantaman commented 11 months ago

This'll be merged once more test cases have been written for the new websocket server.

jamesgpearce commented 10 months ago

I rebased onto your recent changes. Didn't look too closely, but all seems to work ok!