Form Drawer - To route or not route?
Would there be any major benefit to giving a form drawer a route? For instance /invoices route displays table and /invoices/new or /invoices/$id displays a form within a drawer over the main invoices list.
Or just keep the drawer open/close and rendering within the component logic?
Or just keep the drawer open/close and rendering within the component logic?