-
Notifications
You must be signed in to change notification settings - Fork 445
Added Some Useful Snippets #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added Some Imports and Fixed others.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skylerwebdev Thanks for PR! I've added comment about aliasing. Just remove those and I will be happy to merge this :)
I believe this is what you mean
I believe this is what you meant
I believe this is what you wanted remove the "as" from everything
I love this snippets file use it daily and I make use of many of my own snippets so I would be happy to contribute more as I find useful snippets and help with bugfixes as needed. I need contributions to add to my portfolio!
Uh oh!
There was an error while loading. Please reload this page.
Also fixed issue 109
I don't know if you have a special way to present PR's but, if you do let me know. I don't know how to reach out to you but you are more than welcome to email me at skylerwebdev@gmail.com the changes I added are
Added
| imbr→ | import { BrowserRouter as BR} from 'react-router-dom'
| imbrc→ | import { Route as R, Switch as S, NavLink as NL, Link as L } from react-router-dom'
| imbrr→ | import { Route as R } from 'react-router-dom'
| imbrs→ | import { Switch as S } from 'react-router-dom'
| imbrl→ | import { Link as L } from 'react-router-dom'
| imbrnl→ | import { NavLink as NL } from 'react-router-dom'