Skip to content

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

Looking up the contest on route change

17 Jun 02:14

Choose a tag to compare

v6.3

Looking up the contest on route change.

Navigating to a contest url

17 Jun 01:42

Choose a tag to compare

v6.2

Navigating to a contest url

Handling the contest click event

16 Jun 23:47

Choose a tag to compare

v6.1

handling the contest click event

Server rendering with ReactDOMServer

16 Jun 20:26

Choose a tag to compare

v5.2

Server rendering with ReactDOMServer

Fetching data from the server side

16 Jun 20:06

Choose a tag to compare

Setting up the data fetching for server side rendering

Solution 2 to the checksum problem

16 Jun 21:11

Choose a tag to compare

... a little hacky? but interesting

Solution 1 to the checksum problem

16 Jun 20:34

Choose a tag to compare

v5.3a

First solution to the checksum problem

Fetching data from a remote api

16 Jun 19:18

Choose a tag to compare

Use Axios to make an Ajax call on componentDidMount and load the response into state.

Reading from the state

16 Jun 18:51

Choose a tag to compare

On component did mount the son data object is read into the state and the ContestPreview component reads data from state.

Using Sass with node

16 Jun 18:08

Choose a tag to compare

re-organised folder structure, worked on the web pack file, implemented sass middleware on the server.