Daily Deal: The Learn to Code with React Bundle
from the good-deals-on-cool-stuff dept
The Learn to Code with React Bundle has 9 courses to help you learn more about React, Redux, and JavaScript. Used by the likes of Instagram, Facebook, Netflix, and Imgur, React is an efficient and flexible JavaScript library for building user interfaces. Meanwhile, Redux is a predictable state container that helps you manage the data your pages display. Together, these two tools play a key part in building professional, well-functioning apps; and you’ll explore mastering them both in this training. It’s on sale for $25.
Note: The Techdirt Deals Store is powered and curated by StackCommerce. A portion of all sales from Techdirt Deals helps support Techdirt. The products featured do not reflect endorsements by our editorial team.
Filed Under: daily deal



Comments on “Daily Deal: The Learn to Code with React Bundle”
I will vote for any poliitican of any party that makes it a crime to write code in javascript
God no. No more javascript apps. For fuck sake. Rust or bust. I don’t care. Dead serious I have no gratitude whatsoever for Discord being able to run on Linux, I’d earnestly rather it not than it be written in Electron and with any javascript framework at all. It not being released for linux at all is so superior to it being brought over with Javascript and Electron that the latter can’t hold a candle to the flame of the former.
Learning to code is a scam
Coding is the use of computer languages, but learning to code is no more useful than learning to use a hammer, screwdriver, and drill and thinking one is “now a carpenter.”
Learning to program is a step higher. Understanding the fundamentals of computer science, then programming, then picking an appropriate language, then coding in it is more appropriate.
I won’t harp on Javascript because if the best you can muster is a tricycle, the Tour De France is out of your reach. However, here’s an example:
GIVEN: you have a device that is either ON or OFF, and it is remotely controlled. There is a variable X which is either a 0 (device turns off) or 1 (device turns on).
Here it is in what a simple Javascript “coder” would do:
And here’s how a real programmer would write it:
X = 1 -X;
Teaching “coding” is like abandoning a small child at a big box building store and telling them “You have all the tools. Make stuff.”
E