Skip to content

newmediapilot/try-solid-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decription

Trying out SolidJS @ https://www.solidjs.com/guides/getting-started#try-solid

Live Demo

https://newmediapilot.github.io/try-solid-js/

Dev

npm run start

Build

npm run build

References

Name URL Description
DevTools https://chromewebstore.google.com/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel Solid Devtools Chrome
SkyPack https://www.skypack.dev/ npm over HTTPS
SolidRouter https://github.com/solidjs/solid-router Router for SolidJS
SolidTest https://github.com/solidjs/solid-testing-library Testing for SolidJS
SolidStore https://docs.solidjs.com/concepts/stores Working with state
SolidProps https://docs.solidjs.com/concepts/components/props#props Working with props]