Skip to content

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

Looking up the contest on route change

Choose a tag to compare

@smerth smerth released this 17 Jun 02:14
v6.3

Looking up the contest on route change.

Navigating to a contest url

Choose a tag to compare

@smerth smerth released this 17 Jun 01:42
v6.2

Navigating to a contest url

Handling the contest click event

Choose a tag to compare

@smerth smerth released this 16 Jun 23:47
v6.1

handling the contest click event

Server rendering with ReactDOMServer

Choose a tag to compare

@smerth smerth released this 16 Jun 20:26
v5.2

Server rendering with ReactDOMServer

Fetching data from the server side

Choose a tag to compare

@smerth smerth released this 16 Jun 20:06

Setting up the data fetching for server side rendering

Solution 2 to the checksum problem

Choose a tag to compare

@smerth smerth released this 16 Jun 21:11

... a little hacky? but interesting

Solution 1 to the checksum problem

Choose a tag to compare

@smerth smerth released this 16 Jun 20:34
v5.3a

First solution to the checksum problem

Fetching data from a remote api

Choose a tag to compare

@smerth smerth released this 16 Jun 19:18

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

Reading from the state

Choose a tag to compare

@smerth smerth released this 16 Jun 18:51

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

Choose a tag to compare

@smerth smerth released this 16 Jun 18:08

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