Home

Search IconIcon to open search

JavaScript

JavaScript is a prototype-based language: there are no classes and objects are created using a cloning process. JavaScript is also a dynamic programming language which means that properties can be easily added or removed from an object after its instantiation.

# Resources #toexplore/coding

# Notes

I recommend paring React with Redux, Redux-Saga and RITEway. I recommend pairing Redux with Autodux and Immer. For complex state transitions, check out Redux-DSM - Eric Elliott

Prototypal Inheritance ↔ objects without classes, and prototype delegation, aka OLOO — Objects Linking to Other Objects. #todo wat?