Skip to content

A npm package that allows an application to be connected to ladybird and get an automatically connected Apollo Client

Notifications You must be signed in to change notification settings

rcltech/ladybirdize

Repository files navigation

ladybird

NPM package for rcltech/ladybird

NPM JavaScript Style Guide

Install

npm install --save ladybird

Usage

import React, { Component } from 'react'

import LadybirdProvider from 'ladybird'
import 'ladybird/dist/index.css'

const Index = () => {
  return (
    <LadybirdProvider authURL={"<PHOENIX_OAUTH>"} apiUrl={"<PHOENIX_GRAPHQL_URL"}>
      <App />
    </LadybirdProvider>
  )
}

About

A npm package that allows an application to be connected to ladybird and get an automatically connected Apollo Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published