Skip to content

React frontend module for accessing Frappy Impex backend modules

License

Notifications You must be signed in to change notification settings

ilfrich/frappy-react-impex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Database Import/Export Module

React Component to Facilitate Database Import/Export Functionality

This package is a counterpart to the following server-side package and uses the endpoints provided by those packages:

Usage

import React from "react"
import { Switch, Route } from "react-route"
import { ImpexManager } from "@frappy/react-impex"

const RouterComponent = props => (
    <Switch>
        <Route path="/admin/impex" exact component={() => <ImpexManager />} />
        ... other routes
    </Switch>
)

Properties

  • apiPrefix - default /api/impex - the endpoint used by the server-side component to register the endpoints

About

React frontend module for accessing Frappy Impex backend modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published