Skip to content

Releases: smerth/fullstack-js-dev-mongodb-node-react

Displaying a list of objects

15 Jun 22:09

Choose a tag to compare

Use a map on props and a spread operator to make an array of data available to the ContestPreview component

Loading the test data

15 Jun 21:53

Choose a tag to compare

Added json data and passed it into the app

Component life cycle events

15 Jun 21:44

Choose a tag to compare

A review of component life cycle events.

Component state

15 Jun 21:25

Choose a tag to compare

Set up state, accessed state in the header component and in the console

Components with Modules

15 Jun 21:07

Choose a tag to compare

Broke the App and Header components into their own modules.

Component comparability

15 Jun 20:58

Choose a tag to compare

Built a header component, looked at passing props into nested components

Review react components, props validation, drops defaults

15 Jun 20:33

Choose a tag to compare

v3.2

Review react components, props validation, drops defaults

React Elements and JSX

15 Jun 18:38

Choose a tag to compare

Adding React and experiments with JSX

Intro to EJS templating

15 Jun 05:46

Choose a tag to compare

installed ejs and set up templates for the index with partials for header and footer.

Simple express server for html and data api

15 Jun 03:54

Choose a tag to compare

build an express server to serve html for "/" and "/about.html" and serve a data object for "/api"