Skip to content

A boilerplate React app with FileFeed Importer pre-configured — drag-and-drop data onboarding in minutes

Notifications You must be signed in to change notification settings

filefeed/create-filefeed-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filefeed React Boilerplate

Ultra-minimal React starter showing how to add the Filefeed importer in minutes.

Quickstart

  1. Install dependencies
npm install
  1. Start the dev server
npm start
  1. Try the importer
  • Click "Open Importer" and drop getting-started.csv.
  • You can also use the "Download sample CSV" link in the UI.

Where to customize

  • Edit fields in src/FilefeedImporter.tsx (sheetConfig.fields).
  • Handle submission in onSubmit of FilefeedSheet.

Minimal usage

// src/App.tsx
import FilefeedImporter from './FilefeedImporter';

export default function App() {
  return <FilefeedImporter />;
}

About

A boilerplate React app with FileFeed Importer pre-configured — drag-and-drop data onboarding in minutes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published