DEV Community

Discussion on: React newbie having to learn on an AMD project

Collapse
 
nestedsoftware profile image
Nested Software • Edited

It may help to separate concerns. First look at just how to work with amd/requirejs and some plain javascript. Then dig into how older react works with the createClass stuff (nothing to do with amd) - e.g. search for "react createClass vs Component" and you should be able to find some articles that help map between the older and newer react syntax.

Collapse
 
garyroussak profile image
GaryRoussak

@nestedsoftware
Many thanks !