Last active
March 7, 2019 13:26
-
-
Save BretCameron/8dc818e684b882e2fe1fc2ebdfea20e8 to your computer and use it in GitHub Desktop.
The import statement required to import JQuery into a React file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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