Releases: smerth/fullstack-js-dev-mongodb-node-react
Releases · smerth/fullstack-js-dev-mongodb-node-react
Displaying a list of objects
Use a map on props and a spread operator to make an array of data available to the ContestPreview component
Loading the test data
Added json data and passed it into the app
Component life cycle events
A review of component life cycle events.
Component state
Set up state, accessed state in the header component and in the console
Components with Modules
Broke the App and Header components into their own modules.
Component comparability
Built a header component, looked at passing props into nested components
Review react components, props validation, drops defaults
v3.2 Review react components, props validation, drops defaults
React Elements and JSX
Adding React and experiments with JSX
Intro to EJS templating
installed ejs and set up templates for the index with partials for header and footer.
Simple express server for html and data api
build an express server to serve html for "/" and "/about.html" and serve a data object for "/api"