[racket-users] Re: resources for learning JS / React?

2020-01-27 Thread Sean Kemplay
This is a good (free) course that takes you the lates best practices of JS (getting more functional), react and then react native. https://www.edx.org/course/cs50s-mobile-app-development-with-react-native On Saturday, January 25, 2020 at 6:56:57 PM UTC, 'John Clements' via users-redirect

[racket-users] Re: resources for learning JS / React?

2020-01-26 Thread Darren Newton
For learning JavaScript these two resources are very good: Eloquent JavaScript https://eloquentjavascript.net/ You Don't Know JS https://github.com/getify/You-Dont-Know-JS The tutorial on the React site itself is pretty good and provides a solid foundation in the framework -

[racket-users] Re: resources for learning JS / React?

2020-01-26 Thread Darren Newton
Were you looking specifically for a video course that covers both? I can recommend some very good resources for JavaScript as a language and how to wield it (in book form). React gets dicier as its a constantly moving target. On Saturday, January 25, 2020 at 1:56:57 PM UTC-5, 'John Clements'