All Projects → inrupt → solid-ui-react

inrupt / solid-ui-react

Licence: MIT license
React SDK using @inrupt/solid-client

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to solid-ui-react

Dntframeworkcore
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
Stars: ✭ 208 (+153.66%)
Mutual labels:  solid
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (-18.29%)
Mutual labels:  solid
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (-8.54%)
Mutual labels:  solid
Solid Apps
A list of Solid apps
Stars: ✭ 230 (+180.49%)
Mutual labels:  solid
Unmockable
💉 ↪️ 🎁 Unmockable objects wrapping in .NET
Stars: ✭ 35 (-57.32%)
Mutual labels:  solid
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (-4.88%)
Mutual labels:  solid
Solid Principles
SOLID Principles - simple and easy explanation
Stars: ✭ 180 (+119.51%)
Mutual labels:  solid
NiceDemo
iOS project, built on improved MVP architecture using Coordinator pattern for routing 😎
Stars: ✭ 54 (-34.15%)
Mutual labels:  solid
Solid
.NET apps done SOLID way
Stars: ✭ 18 (-78.05%)
Mutual labels:  solid
shepherd
Shepherd is our 2nd prototype to showcase how a truly decentralised social network can be based on SOLID.
Stars: ✭ 14 (-82.93%)
Mutual labels:  solid
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (+197.56%)
Mutual labels:  solid
understory.garden
Understory is a digital garden, a micro-publishing space for you to plant the seeds of your ideas and grow them into bi-directionally linked web portals. It's a social zettelkasten that lets users use Web Monetization to get paid when people spend time with their content.
Stars: ✭ 27 (-67.07%)
Mutual labels:  solid
activitypods
Brings together two game-changing technologies, ActivityPub and Solid Pods, and empowers developers to create truly decentralized applications
Stars: ✭ 52 (-36.59%)
Mutual labels:  solid
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+178.05%)
Mutual labels:  solid
typesafe-i18n
A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.
Stars: ✭ 1,227 (+1396.34%)
Mutual labels:  solid
Specification
The Solid specifications
Stars: ✭ 202 (+146.34%)
Mutual labels:  solid
composing-go-example
Project example demonstrating interface segregation in go
Stars: ✭ 21 (-74.39%)
Mutual labels:  solid
previewjs
Preview UI components in your IDE instantly
Stars: ✭ 1,331 (+1523.17%)
Mutual labels:  solid
solid-client-js
Library for accessing data and managing permissions on data stored in a Solid Pod
Stars: ✭ 201 (+145.12%)
Mutual labels:  solid
solid-javascript
📗 5 examples that describe usage of SOLID in JavaScript.
Stars: ✭ 23 (-71.95%)
Mutual labels:  solid

Solid React SDK v2 - solid-ui-react

Contributor Covenant

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

solid-ui-react is a library of React components made to make development with Solid simple.

The goal of this library is to provide highly flexible, simple components that you can use in any browser-based Solid project and customize to match the UI of your application. It uses the Inrupt Javascript Client Libraries for authentication and data manipulation. It is built with typescript and exports its types.

In this library, you will find:

  • Authentication components, which can help you log in and log out of an identity provider
  • Data components, which can help you view and edit individual properties or view a sortable and filterable table of many things
  • Context providers and hooks to help simplify development when using functional programming

This project is currently in Beta. Interfaces subject to change. Not for production use.

Note: this project supersedes Solid React SDK v1 by Inrupt

Installation

To install into your project, run npm install -S @inrupt/solid-ui-react.

Import components from this package, such as:

import { SessionProvider, LoginButton } from "@inrupt/solid-ui-react";

Development

All development should follow the Inrupt Coding Guidelines. The existing linting and testing tools should automate most of this.

  1. Clone the repository
  2. From the directory you cloned to, run npm install to install dependencies
  3. Run npm run storybook to run a live-reloading Storybook server
  4. Run npm run lint and npm run test after making changes

Solid JavaScript Client - solid-client

@inrupt/solid-client is a JavaScript library for accessing data and managing permissions on data stored in Solid Pods. It provides an abstraction layer on top of both Solid and Resource Description Framework (RDF) principles and is compatible with the RDF/JS specification. You can use solid-client in Node.js using CommonJS modules and in the browser with a bundler like Webpack, Rollup, or Parcel.

@inrupt/solid-client is part of a family open source JavaScript libraries designed to support developers building Solid applications.

Issues & Help

Solid Community Forum

If you have questions about working with Solid or just want to share what you’re working on, visit the Solid forum. The Solid forum is a good place to meet the rest of the community.

Bugs and Feature Requests

  • For public feedback, bug reports, and feature requests please file an issue via GitHub.
  • For non-public feedback or support inquiries please use the Inrupt Service Desk.

Documentation

Changelog

See the release notes.

License

MIT © Inrupt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].