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:

Rate this comment as insightful
Rate this comment as funny
You have rated this comment as insightful
You have rated this comment as funny
Flag this comment as abusive/trolling/spam
You have flagged this comment
The first word has already been claimed
The last word has already been claimed
Insightful Lightbulb icon Funny Laughing icon Abusive/trolling/spam Flag icon Insightful badge Lightbulb icon Funny badge Laughing icon Comments icon

Comments on “Daily Deal: The Learn to Code with React Bundle”

Subscribe: RSS Leave a comment
2 Comments
kythra (profile) says:

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.

Ehud Gavron (profile) says:

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:

let X = 0;

if (X === 0) {
    X = 1;
} else {
    X = 0;
}

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

Add Your Comment

Your email address will not be published. Required fields are marked *

Have a Techdirt Account? Sign in now. Want one? Register here

Comment Options:

Make this the or (get credits or sign in to see balance) what's this?

What's this?

Techdirt community members with Techdirt Credits can spotlight a comment as either the "First Word" or "Last Word" on a particular comment thread. Credits can be purchased at the Techdirt Insider Shop »

Follow Techdirt

Techdirt Daily Newsletter

Subscribe to Our Newsletter

Get all our posts in your inbox with the Techdirt Daily Newsletter!

We don’t spam. Read our privacy policy for more info.

Ctrl-Alt-Speech

A weekly news podcast from
Mike Masnick & Ben Whitelaw

Subscribe now to Ctrl-Alt-Speech »
Techdirt Deals
Techdirt Insider Discord
The latest chatter on the Techdirt Insider Discord channel...
Loading...