- Notifications
You must be signed in to change notification settings - Fork4
rescribet/link-lib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Link to the Web
Reference: How to use Link with React
This package aims to make building rich web applications quick and easy by providing all the toolsneeded to work with linked data, providing high-level API's for view rendering, data querying& manipulation, and API communication. See thelink-redux package on how touse this in a React project.
To transform your Rails application into a linked-data serving beast, see ourActive Model Serializers plugin.
This was built atArgu, if you like what we do, these technologiesor open data, send usa mail.
See theTODO app for a live example andlink-redux-todo for the implementation. Mind that it isn't connected toa back-end, so it's only a demo for the view rendering mechanism.
yarn add link-lib
and some peer dependencies:
yarn add @ontologies/as @ontologies/core @ontologies/schema @ontologies/shacl @ontologies/xsd http-status-codes n-quads-parser
The package externalizes the Promise API, so make sure to include your own when targeting platforms without nativesupport.
See theHypermedia API page for documentation on how toexecute actions against the service.
SeeLink Redux for documentation on how to use Link in a React application.
The usual stuff. Open an issue to discuss a change, open PR's from topic-branches targeted to master for bugfixes andrefactors.
About
Linked Data Rendering for humans