note: this repository is no longer maintained.
A basic boilerplate for creating Solid Components which can also run as standalone apps.
It uses react and Link to render linked data.
Demo + playground on codesandbox!
- See the tutorial
- Link-Redux docs & wiki
- About Solid
- Clone this repo
git clone git@github.com:ontola/link-solid-boilerplate.git
- Install dependencies
yarn
- Run the server
yarn serve
- Visit
http://localhost:1234
- Enter a public Pod URL, e.g.
https://joep.inrupt.net/public/
Go to the ./src/views/foaf/Person.jsx
file to understand how Link renders a Person.
gh-pages -d ./dist/app