Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 989 Bytes

File metadata and controls

28 lines (18 loc) · 989 Bytes

fav-solidjs

A simple SPA to demo Solid.js.

This app was built to compare Solidjs to React. The React app's repo can be found here.

It was also built to try out Vercel. Live versions of the app can be found here:

scripts

running the app locally

npm run dev

loading data

The url takes one query parameter recordCount to update the amount of records that are loaded. By default it loads 1000.

To load more or less records use the query parameter. For example loading 5000 records would be: https://fav-solidjs.vercel.app/?recordCount=5000

tech stack