We have a somewhat odd pattern of not turning components into pages in src/pages that start with an underscore.
It's not documented nor really encouraged. Does anyone regularly use this pattern? The react way to do it would be to have a components directory (which is what it seems everyone does).
Meh, doesn't seem like a big deal either way.
@KyleAMathews For future reference, I really like the pattern and use it all the time! I think it _should_ be documented because it solves a real world use case that isn't easily solvable using other methods.
Most helpful comment
@KyleAMathews For future reference, I really like the pattern and use it all the time! I think it _should_ be documented because it solves a real world use case that isn't easily solvable using other methods.