Skip to content

Instantly share code, notes, and snippets.

@yoavniran
Created May 3, 2020 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoavniran/d821bb9950532d0c238b74fa78d3036b to your computer and use it in GitHub Desktop.
Save yoavniran/d821bb9950532d0c238b74fa78d3036b to your computer and use it in GitHub Desktop.
React-Uploady - Simple
import React from "react";
import Uploady from "@rpldy/uploady";
import UploadButton from "@rpldy/upload-button";
const MyApp = () => (
<Uploady destination={{url: "https://my-server.com/upload"}}>
<UploadButton/>
</Uploady>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment