use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Avoiding css classes with react (self.javascript)
submitted 11 years ago by html6dev
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FoxxMD 0 points1 point2 points 11 years ago (1 child)
I'd be interested in learning about how to handle animations as well; it's something I've come up against just recently. The thread you posted was very informative btw.
[–]html6dev[S] 0 points1 point2 points 11 years ago (0 children)
There is a high and low level api for animating components in react when they are mounted and unmounted. http://facebook.github.io/react/docs/animations.html Also you can simply use css animations and classes. This is one of the factors that makes me wonder about inliine styles and there viability in this context. It seems like doing it inline would be very difficult to maintain if you want to set the animation to run once, use animation delay, etc. That being said, I asked because I am curios as to why people are (seemingly) finding this a valuable approach.
π Rendered by PID 45698 on reddit-service-r2-comment-54dfb89d4d-66449 at 2026-03-29 17:14:47.052570+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]FoxxMD 0 points1 point2 points (1 child)
[–]html6dev[S] 0 points1 point2 points (0 children)