-
Notifications
You must be signed in to change notification settings - Fork 1
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
Master React, Quick Code tutorial. Part 2 #4
Comments
Things I learned:
|
Does this article help with including custom js from onboarding slider, right? Btw, what is exactly |
I used it in this tutorial; because, using getElementById would always return null if it was called from render. |
understand. will that method will help with initialization of jquery
plugins? like comboxes plugins?
On 25-Apr-2018 at 09:45 PM, smob123 wrote:
-
yes, it helps with including custom js if it is in the same file.
-
componentDidMount is a react method that checks if components in render
were mounted on the browser, that is by looking through each of them from
the last to the first element.
I used it in this tutorial; because, using getElementById would always
return null if it was called from render.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZrDm5mn1y0hfAuSkRnw1R2wHjS-r9dks5tsO6PgaJpZM4TiUaU>
.
|
Btw, you can proceed with next chapter. it's really interesting |
possibly yes, due to the way the method works |
ok, good |
Link to the first part of a tutorial on the next line
https://medium.com/quick-code/lets-learn-react-chapter-2-what-the-hell-is-jsx-and-where-can-i-buy-it-5303a7db5117
Expected result
Test
#2
The text was updated successfully, but these errors were encountered: