Artem Bulgakov
Artem Bulgakov
TODO List ========= This is the list that contains all ideas about KivyMD. Please create issues with feature description if you really need it. KivyMD library - components --------------------------- [`kivymd/KivyMD`](https://github.com/kivymd/KivyMD)...
I use `window.onbeforeunload` event to prevent users from losing their form data when they try to close the page. But a user can click on ``, and they will be...
Dynamic routes should not be caught before any other routes. ## Example 1 I have the following structure: ``` /routes/$pageId+.tsx /routes/posts/index.tsx /routes/posts/$id.tsx ``` The route `$pageId+` catches **all** paths. The...