https://github.com/comunica/tutorial-iswc2019-ldflex-on-react
Tutorial on LDflex via React Components
https://github.com/comunica/tutorial-iswc2019-ldflex-on-react
tutorial
Last synced: 11 months ago
JSON representation
Tutorial on LDflex via React Components
- Host: GitHub
- URL: https://github.com/comunica/tutorial-iswc2019-ldflex-on-react
- Owner: comunica
- License: mit
- Created: 2019-10-22T14:38:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T05:21:13.000Z (over 6 years ago)
- Last Synced: 2024-10-29T13:28:51.946Z (over 1 year ago)
- Topics: tutorial
- Language: JavaScript
- Homepage: https://comunica.github.io/Tutorial-ISWC2019-LDflex-on-React/
- Size: 4.39 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorial-ISWC2019-LDflex-on-React
This tutorial is inspired by the [Solid profile viewer in React](https://github.com/solid/profile-viewer-react/)
but this time built with the [React LDflex components](https://github.com/solid/react-components#create-data-expressions-with-ldflex).
**Follow the tutorial walkthrough on our [wiki](https://github.com/julianrojas87/Tutorial-ISWC2019-LDflex-on-React/wiki/Tutorial-Walkthrough).**
Most of these files are autogenerated
by [React Create App](https://github.com/facebook/create-react-app).
The actual code is in:
- [src/App.js]()
Compare this to the original profile viewer:
- [src/App.js](https://github.com/solid/profile-viewer-react/blob/master/src/App.js)