nfl / react-wildcat

An opinionated React environment.
https://medium.com/nfl-engineers/nfl-react-84e9cd11d384
MIT License
435 stars 38 forks source link

Feature not-found component support #208

Closed ldeavila closed 7 years ago

ldeavila commented 7 years ago

A routerProps property, containing an object with a status property with a value of 404, can be added to a component route that can be used to return an http 404 status code.

codecov[bot] commented 7 years ago

Codecov Report

Merging #208 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #208   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          24     24           
  Lines         714    718    +4     
=====================================
+ Hits          714    718    +4
Impacted Files Coverage Δ
...es/react-wildcat-handoff/src/utils/serverRender.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9490fe1...429c808. Read the comment docs.