Tylor is the creator of TylerMcGinnis.com, a portal for linear, course-based approach to learning web technologies. He is a Google Developer Expert and Former Director at DevMountain. He has also designed React Nanodegree course at Udacity.
Ask Tyler McGinnis about:
Hello Tyler, Thanks for the AMA How does your normal working day look like?
Will you ever grow your beautiful long hair again?
Hi Tyler, always learning from your courses. 1) In you opinion what´s the median income of a remote (anywhere) React developer?
Hi Tyler,
Thanks for the AMA. I have a few questions for you if you don't mind.
Q1 - You mentioned in your response to Sunil that you have other investments. What are those if you don't mind sharing? Stock market, or crypto?
Q2 - Would you mind sharing what your courses bring in monthly in USD?
Q3 - I saw you have a partnership with Udemy for a nano degree. How did that partnership come about? Did you seek it, or did they seek you?
Q4 - What are your thoughts on MobX vs Redux for state management in React? Would you recommend state management at all?
Q5- Do you have any thoughts on pros/cons of using RxJS with React?
Hi Tyler, Thanks for this live. What do you think about to use React, Node on the Back-end and Firestore as database? Do you have experience with this combination? I am about to create a Web App and mobile app (may be react native) and I am really thinking about to use this combination. And My acknowledgment from React on the web will also help me in React Native. Do more with less time.
Somebody asked this question to Alex Russell, in his AMA, and it is very interesting. :)
If you get an opportunity to build a new blog in 2018, which tech stack you will use and why? How will you start?
Hey Tyler, thanks for the time. What helpful open source projects could you recommend in React/Redux, React Native. And how to approach contributing to them in a productive manner?
Hi Tyler, Thanks for the AMA.
What programming advice would you give to a 20yr old Tyler today?
Hi Tyler, what do u feel about updating state via the callback method. Example, this.setState({count: this.state.count +1}, () => { if(this.state.count % 2 === 0){ this.setState({countType: "even" .... }}) It looks a little "hacky"? Does it suffer from any performance issues? Is there a cleaner way to do this?
Hi Tyler,
Thank you for the AMA. One of the new stuff that came with ES6 is WeakMaps and WeakSets. A part from the fact that keys/values can be garbage collected, do you find any practical use to these constructors in your daily Javascript routine? If yes, what are they? Thank you,
What do you think about REST API and GraphQL existence? Isn't the latter gonna replace the former?
What are your thoughts on the crypt-currency? Do you think it is a bubble? 🍺
What are the few takeaways after teaching programmers for so many years? 🙂
What would be your advice for a person who wants to talk in Tech conferences if he is entering into coding today?
Hi Tyler, What languages do Google Developer Expert's use? American Fido
I Want to build web apps do I really need to know react can I get by with other technologies such as html css python and just enough JavaScript?
Hi Tyler, big fan of your courses. Just switched from monthly sub to yearly sub!
My questions are:
Cheers :D
Hey Tyler, thank you so much for the AMA!
Cheers. 😄
Hello Tyler,
Many thanks for making this AMA. Two questions:
Q1 - What type of recording equipment do you use for the react videos on your site?
Q2 - How do you host your videos? Some course website online, or one you made? If course website online, please let me know which one. If one you made, then how did you make it and what technologies did you use?
Thanks!
Hi Tyler, I enjoyed your course "React Foundations", It is really well put and building blocks of react are well explained. I like the your approach in explaining concepts. I was wondering if you are planning on making a course on "Advanced React Topics", best practices etc...
Hi Tyler : Are you into Cryptocurrency and blochchain bubble? Would we see Smart contracts and other related courses on your website?
Tyler McGinnis
Tyler McGinnis
Tyler McGinnis
Tyler McGinnis
Tyler McGinnis
Divyang Bhambhani
Hi Tyler, Thanks for the AMA. I had subscribed to your react courses and they are just amazing. I am working on a file upload feature in my app. Could you guide me on that? Which npm package would be suitable to install for the same? Also, its a multiple-file-upload plugin which allows all image, pdf and zip files.