ReactJS 404 component implementation with hash routing Udith GunaratnaJune 24, 2019 When a ReactJS application is developed, most of us come across the requirement to display a 404 page for all invalid paths. With frameworks such as AngularJS, it’s just a matter of adding another route with double-asterisk wildcard (**). But … Continue reading