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

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

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)