Frontend framework library for the lys ecosystem — providers, hooks, tools, and types for React applications


Keywords
react, providers, graphql, relay, framework, lys
License
Apache-2.0
Install
npm install runid-lys@0.16.0

Documentation

lys-front

npm version license

Frontend framework library for the lys ecosystem — providers, hooks, tools, and types for React applications.

Install

npm install runid-lys

Subpath exports

import { ... } from "runid-lys/providers"   // React providers and hooks
import { ... } from "runid-lys/tools"       // Utility functions
import { ... } from "runid-lys/types"       // TypeScript types
import { ... } from "runid-lys/relay"       // Relay environment
import { ... } from "runid-lys/i18n"        // i18n translations
import { ... } from "runid-lys/templates"   // App templates

Peer dependencies

  • react ^18.0.0
  • react-dom ^18.0.0
  • react-intl ^6.0.0 || ^7.0.0
  • react-relay ^18.0.0
  • react-router-dom ^6.0.0 || ^7.0.0
  • relay-runtime ^18.0.0

License

Apache 2.0