/fav-react

Primary LanguageTypeScriptMIT LicenseMIT

fav-react

A simple SPA to compare Solid.js to React.

The Solidjs 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-react.vercel.app/?recordCount=5000

tech stack