solid-router
solid-router copied to clipboard
About documentation
The documentation on this package is pretty bad. I mean I saw a lot of functions I could make use of, but I don't understand their code, and they are not documented. I saw almost no comments in the entire code. I would be glad to help with the documentation, but I would need some time and a starting point.
Also a question I have. How in the world do you go back to previous route? Am I forced to pass state on each route change?
+1
I had to go through the code to know that NavLink has prop called end
This is a fair question and something we need to do better. Eventually taking it to a documentation site probably. PRs for docs improvements are always welcome. Right now it's just a Readme but we can build it out from there to a few md files and then a site as needed.