Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Created December 23, 2020 23:40
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 donrestarone/699f5a19c83a01dbc84cd7016ba6661f to your computer and use it in GitHub Desktop.
Save donrestarone/699f5a19c83a01dbc84cd7016ba6661f to your computer and use it in GitHub Desktop.
React entrypoint for Phoenix
import { define } from 'remount'
import App from './App'
define({ 'x-application': App })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment