Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 26: Debugging React Using Chrome Developer Tools

In this video, we learn how to debug React.js components using the Chrome Developer Tools.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 25: Using PubSub for Parent Child Communication

In this video, we see how to use common JavaScript pub/sub or publish/subscribe libraries to allow components to communicate with each other. This pattern allows us to get rid of notification handling code that are passed from parent components to child components and decouple our components from from another. This decoupling allows our components to be more reusable within our user interfaces.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 24: Using PubSub Libraries for Global Event Subscription

In this video, we see how to use common JavaScript pub/sub or publish/subscribe libraries to allow components to communicate with each other. This pattern allows us to get rid of notification handling code that are passed from parent components to child components and decouple our components from from another. This decoupling allows our components to be more reusable within our user interfaces.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 23: Passing Notification Handlers via Props

In this video, we see how to effectively pass notification handlers from parent components to child components in order to allow child components to notify parent components of events that occur that they need to be made aware of. It is through these notification handlers that we can pass data from child components to parent components when necessary.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 22: Parent Child Component Relationships

React.js uses composition of components rather than inheritance of components. In this video, we discuss the parent-child component relationship that exists when user interfaces are created using composition rather than inheritance.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 21: Composition Instead of Inheritance

In this video, we discuss the concept of composition instead of inheritance within React.js.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/