An open API service indexing awesome lists of open source software.

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

Trying out solid.js to compare to React
https://github.com/newmediapilot/try-solid-js

solid-devtools solid-router solidjs spa tailwindcss vite

Last synced: about 1 month ago
JSON representation

Trying out solid.js to compare to React

Awesome Lists containing this project

README

          

## Decription

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

### Live Demo

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

## Dev

```shell
npm run start
```

## Build

```shell
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] |