Keep reading, even when you're on the go...
Not Now
Install App
Skip to main
Playground
Help
Login
Create Account
Library
Full Stack Node React
Wiring Form
Toggle Theme
Prev
Next
Introduction
Course overview
What this course covers
Getting Started
Setup and configurations
Node as a Web Server
Node modules
The HTTP/HTTPS modules
Creating an Express server
Using EJS template language
React Basics
React elements and JSX
React Components
Component composability
Components with modules
Component state
Components life cycle
Working with Data
Loading the test data
Displaying a list of objects
Using Sass with Node
Reading from the state
Fetching data from a remote API
Rendering on the Server
Fetching data from server side
Server rendering with ReactDOMServer
Fix the checksum problem
Routing on Client and Server
Handling the contest click event
Navigating to a contest
Looking up the contest on route change
Fetching contest information with the API
A bit of refactoring
Server-side routing for a contest
Navigating to a list of contests
Handling the browser's back button
Working with MongoDB
Reading data from MongoDB
API to fetch a list of names
Displaying the list of names
Example script to update all data
Converting with application to use_id
Creating an API to propose a name
Wiring the proposed new name form
Challenges and QA
Alternatives: MERN and Electrode
Modern JavaScript