nextjs-boilerplate-advanced
nextjs-boilerplate-advanced copied to clipboard
Next.js boilerplate made with Chakra-UI + Typescript + React-table + React-hook-form
**Is your feature request related to a problem? Please describe.** Currently there is no way to generate code for data tables, which easily gets 100+ lines of code. **Describe the...
**Describe the bug** When using any layout (example ``) change browser tab title **To Reproduce** Steps to reproduce the behavior: 1. Use component's prop `title` 2. Browser tab title won't...
**Is your feature request related to a problem? Please describe.** As the app grows, it is very common to create more and more React Contexts, which will make app slower....
**Describe the bug** User is not logged out until it refreshes all browser tabs that had the app opened. **To Reproduce** Steps to reproduce the behavior: 1. Log in into...
**Is your feature request related to a problem? Please describe.** Getting user permissions require some coding, which may duplicate code with time. **Describe the solution you'd like** Create a hook...
**Is your feature request related to a problem? Please describe.** Filter menu items based on user profiles. **Describe the solution you'd like** Create an attribute in menu items to set...
**Is your feature request related to a problem? Please describe.** Table logic is creating bigger files, making it harder to maintain. **Describe the solution you'd like** Create a hook for...
**Is your feature request related to a problem? Please describe.** Currently, table filters are cleared on page refresh. **Describe the solution you'd like** Add filters as query params in URL...
**Is your feature request related to a problem? Please describe.** A way of setting a `size` to `` component **Describe the solution you'd like** Add a new prop called `defaultSize`...
**Is your feature request related to a problem? Please describe.** No, just a lack of documentation. **Describe the solution you'd like** Document the` ` component in Storybook, just like other...