Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Last active March 7, 2019 13:26
Show Gist options
  • Select an option

  • Save BretCameron/8dc818e684b882e2fe1fc2ebdfea20e8 to your computer and use it in GitHub Desktop.

Select an option

Save BretCameron/8dc818e684b882e2fe1fc2ebdfea20e8 to your computer and use it in GitHub Desktop.
The import statement required to import JQuery into a React file
import React from 'react';
import $ from 'jquery';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment