The goal of reactRouter is to provide a wrapper around React Router.
[!CAUTION] Breaking Change in v.0.2.0 :
reloadDocumentis now FALSE by default inNavLink()andLink(). SetreloadDocument = TRUEonly when target routes contain Shiny server-rendered output likeuiOutput()/renderUI()in dynamic segments (/:id/).
Install
#remotes::install_github("lgnbhl/reactRouter") # development version
install.packages("reactRouter")Contribute
Would you like to contribute to the package? Have a look at the current roadmap.
