Addy Kim

Results 4 comments of Addy Kim

I think I'd like to try tackling this. Could you give some information about what this issue is aiming to do?

I got caught up in other things and did not make progress. @iifeoluwa go for it.

Can you be a bit more elaborate about activeClassName is not working? Are you getting an error or is the color not changing as expected? For me I did the...

Actually I figured it out thanks to [the ReactTraining docs on NavLinks](https://github.com/ReactTraining/react-router/blob/dc2149ec0c63bfc95b71e40c81431e34cfbfeda9/packages/react-router-dom/docs/api/NavLink.md) BEFORE ``` import {Link} from 'react-router' About ``` AFTER ``` import { NavLink } from 'react-router-dom' About ```