Ehh
Ehh
TTCTheo's Typesafe Cult
Created by shockz on 9/12/2024 in #questions
Need help picking a front end framework.
Tanstack-query + tanstack-router
32 replies
TTCTheo's Typesafe Cult
Created by raphico on 4/27/2024 in #questions
Testing in react
Not recommended maybe, but that’s my approach. The few times I did spend time on writing tests they quickly became obsolete because requirements/features changed. In a fast moving environment these changes happen constantly. Perhaps in a more methodic and slow moving environment it makes more sense to write tests for your features.
8 replies
TTCTheo's Typesafe Cult
Created by raphico on 4/27/2024 in #questions
Testing in react
I don’t write any automated tests for front end code. What I do is use typescript to catch potential errors during development, test features manually after deploying in a dev environment and finally have Sentry running to catch bugs in prod
8 replies
TTCTheo's Typesafe Cult
Created by _-/=elusive1sTh3Byte=-\_ on 1/3/2024 in #questions
Developing a UI without a design
Over time you learn what patterns work, how much spacing between elements you should use, what to put where, etc. Tailwind is great to use at that stage
55 replies
TTCTheo's Typesafe Cult
Created by _-/=elusive1sTh3Byte=-\_ on 1/3/2024 in #questions
Developing a UI without a design
My recommended approach if you want to improve your UI skills: start with a component library that has a predefined and all encompassing style system. I’d recommend Mantine or Chakra. Work within these out of the box styling constraints and aggressively copy UIs. For instance if using Mantine copy the example UIs at https://ui.mantine.dev/ . Then just keep building stuff.
55 replies