solid.js is a truly reactive UI library, similiar to React but better. solid-web.js is an attempt to show how to use solid.js with NO build and NO cdn.
- Do you want to try out solid.js?
- Do you want to quickly test it out without learning all the complicated toolchain?
- Do you wish to NOT use any CDN so your app is self sufficient?
- clone this repo
- npx serve
- visit http://localhost:3000
- this is based on solid.js v1.4.7
- initial code (/js/solid-js) is downloaded from https://unpkg.com/solid-js
- MIT License