fix js error when integrate with fluxible router
#87 - we are actually be able to integrate with fluxible-router, since NavLink
is used everywhere on the page, it might hurt the performance if we use createI13nNode
on each NavLink, to solve this we can use I13nMixin
directly, this PR fixes a potential issue for this use case.