{"id":18786891,"url":"https://github.com/kitze/tired-of-webdev","last_synced_at":"2025-12-23T11:30:17.843Z","repository":{"id":85825342,"uuid":"575272765","full_name":"kitze/tired-of-webdev","owner":"kitze","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-07T20:36:22.000Z","size":16,"stargazers_count":27,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-29T13:18:33.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-07T06:11:26.000Z","updated_at":"2024-01-12T18:52:12.000Z","dependencies_parsed_at":"2023-03-13T06:56:47.675Z","dependency_job_id":null,"html_url":"https://github.com/kitze/tired-of-webdev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitze%2Ftired-of-webdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitze%2Ftired-of-webdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitze%2Ftired-of-webdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitze%2Ftired-of-webdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitze","download_url":"https://codeload.github.com/kitze/tired-of-webdev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239706968,"owners_count":19683983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:52:53.641Z","updated_at":"2025-12-23T11:30:17.792Z","avatar_url":"https://github.com/kitze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Some reasons why I'm tired of webdev. Please don't add your reasons, I have enough already. \nIf you think there's a fix for something, please open a PR and tell me how. Thank you.\n\n## WebStorm\n### Imports\nFuck auto imports in WebStorm, seriously. I want my editor to import things on the fly. I have the option \"import on the fly\" checked but it doesn't work.\n- Sometimes it imports things twice (super frustrating)\n- Auto-import {Box} from \"ink\" even though in 13948138413 files I import it from @mantine-ui/core\n- Not suggesting auto-imports for components like the Text component\n- If I'm using Vertical from the same library in 19384813 files, just import it from the same frickin library and don't ask me where to import it from!!!\n- When working with Blitz and Prisma\n  - auto imports from \"db\" don't work at all\n  - returns from resolvers show yellow squiggly lines (FML)\n- Importing an icon from react-icons gets imported from react-icons/all instead of the correct import (like react-icons/fa) and it breaks the app\n\n  \n## React\n- You either have a 300 line component, or you have 2 choices: prop drilling for 30 levels, or add context and properly type the context. Ugh. Especially typing the context is a PITA. \n  \n## Prisma\n- After running a db:migrate\n  - I have to restart the dev server and studio\n  - I have to go to the generated types so my editor (WebStorm) can pick up the type changes\n- Enums cannot be imported on the client side as values, only as types. At least in a Blitz app. Prisma says\n\n## Blitz\nIn retrospect, going with blitz was not a smart idea. trpc + next-auth is the way to go\n  - Scaffolds are useful, but not that clever \n    - my model has id string, but blitz scaffolds 10 files that use number as id, painful to refactor)\n    - the scaffold is bad\n  - I haaaaaaate creating files for every mutation, query, etc. while keeping a structure that makes blitz happy\n  - I hate that blitz forces certain file structure, trpc doesn't\n  - Not really Blitz fault, but the boilerplate comes with their own form logic\n    - Oh you want to quickly use a form? Better remember the syntax for these 2 lines (FML)\n    ```\n      export function TodoForm\u003cS extends z.ZodType\u003cany, any\u003e\u003e(props: FormProps\u003cS\u003e) {\n      return  \u003cForm\u003cS\u003e key={props.initialValues?.toString()} {...props} formCtx={ctx}\u003e\n    ```\n  \n## react-hook-form\n  So annoying. Everything about it is annoying I honestly don't even know why I'm using it.\n  - Banging my head against the wall because of \"caching\" issues. I'm navigating from one page to another page in Next.js, why does a form keep old values ??? It doesn't make any sense.\n  \n## Blitz/Next\nNot sure who's fault it is, figure it out.\n- When my page fully reloads, I want to punch a wall. Everything should hot reload. All the time. Always. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitze%2Ftired-of-webdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitze%2Ftired-of-webdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitze%2Ftired-of-webdev/lists"}