Releases: smerth/fullstack-js-dev-mongodb-node-react
Releases · smerth/fullstack-js-dev-mongodb-node-react
Looking up the contest on route change
Navigating to a contest url
v6.2 Navigating to a contest url
Handling the contest click event
v6.1 handling the contest click event
Server rendering with ReactDOMServer
v5.2 Server rendering with ReactDOMServer
Fetching data from the server side
Setting up the data fetching for server side rendering
Solution 2 to the checksum problem
... a little hacky? but interesting
Solution 1 to the checksum problem
v5.3a First solution to the checksum problem
Fetching data from a remote api
Use Axios to make an Ajax call on componentDidMount and load the response into state.
Reading from the state
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
re-organised folder structure, worked on the web pack file, implemented sass middleware on the server.