thanks
Free React.js Fundamentals Course
71–80 of 117 posts
Re: Free React.js Fundamentals Course
#72Re: Free React.js Fundamentals Course
#73Apart from stubbornly refusing to accept embedding html in js directly is a good idea (although I see the pros), licencing is the main reason I avoid this ecosystem altogether. Even though it has an outstanding community.
perhaps I'm making a deal out of nothing.
In any case will definitely take the course, im sure it will be as excellent as the others. Many thanks for your efforts Tyler.
Re: Free React.js Fundamentals Course
#74Re: Free React.js Fundamentals Course
#75Really can't decide to go ahead with an Angular approach (2.0) or use React. I know React is only for the view layer so what are people using with React to do stuff like api calls?
Re: Free React.js Fundamentals Course
#76"Why should I use React?" Read this: http://reactfordesigners.com/labs/reactjs-introduction-for-p... If this article does not convince you, React is not for you and that's OK.
I fiddled with it a bit but I couldn't get any of the examples working.
Re: Free React.js Fundamentals Course
#77"Why should I use React?" Read this: http://reactfordesigners.com/labs/reactjs-introduction-for-p... If this article does not convince you, React is not for you and that's OK.
For what it's worth, all the JSBins with the react code don't work. I'm using Chrome. I keep getting Uncaught ReferenceError: ReactDOM is not defined. I fiddled with it a bit but I couldn't get any of the examples working.
Re: Free React.js Fundamentals Course
#78Honest noob question, what's with all the hype about React? Edit: Awesome replies, thank you!
Re: Free React.js Fundamentals Course
#79Serious question, and sorry(?) for bringing this up. But is everyone here really okay with reacts licencing? Apart from stubbornly refusing to accept embedding html in js directly is a good idea (although I see the pros), licencing is the main reason I avoid this ecosystem altogether. Even though it has an outstanding community. perhaps I'm making a deal out of nothing. In any case will definitely take the course, im…
I could be characterizing this incorrectly, or you could be referring to something I'm not aware of, so what specifically are you objecting to?
Re: Free React.js Fundamentals Course
#80Serious question, and sorry(?) for bringing this up. But is everyone here really okay with reacts licencing? Apart from stubbornly refusing to accept embedding html in js directly is a good idea (although I see the pros), licencing is the main reason I avoid this ecosystem altogether. Even though it has an outstanding community. perhaps I'm making a deal out of nothing. In any case will definitely take the course, im…
It's no more "embedded HTML" than something like $("
").text("lolwut").appendTo("body"), just written with a different syntax. Good luck!