Major career cheat code: Be the person who can figure it out. Youโll be handed tasks you have no idea how to complete. There's nothing more valuable than someone who can just figure it out. Do some work. Ask key questions. Get it done. If you do that, people will fight over you.
@CanRau@schanuelmiller@jherr Oh, like '@' , as Dev's we would just be passing the username and by default, all the path params would always be prefixed. Got it
Thank you.
@sebastienlorber Is it mandatory to use `use` with the custom hooks wrapping use hook? Can't we use getPicture(). I believe this will make thinga a bit clearer, but not sure.. Will it violate the rules of hooks?
@jullerino@tannerlinsley Just Curious, how will trpc help with @tan_stack start ? As far as I remember, Tanstack start itself gives a typesafe rpc function (createServerFn)
@shadcn I love @tailwindcss, but tooling around it needs to improve. It's really hard to debug these classes and understand it at one glance without hovering it. For these types of scenarios where we have lots of arbitrary classnames, I prefer simple css
@devongovett Got it, Thank you. This works, would use it if a single icon button. And if there are more icon button, would club themto show them into a drawer.
@devongovett@devongovett ,What will be a good solution to show tooltips in mobile devices? Currently react Aria tooltips doesn't show up on mobile devices. I am not sure whether it's a bug or by design choice. Any suggestions, how to make it work and make it accessible if we want to?
@crutchcorn Well deserved.โจ๐ฅ I am having fun using it. Debouncing and useAppForm are really standout features. After long time, I used a hoc `withForm`, will it be the recommended pattern going forward?
@tannerlinsley@schanuelmiller wouldn't @โtanstack/solid-start a alternative of solid-start ? what will be the future of solid-start then, will the projects be merged ?
@housecor@tannerlinsley useReducer is actually good, reducer pattern is super intuitive and easy to test. I generally follow this rule, more than 4 states to manage, probably use a reducer.
@tannerlinsley is RSC good use case for server driven ui ? Example to showcase Multi-Step Booking Process, Personalized Recommendations or Promotional Banners ?
@sebastienlorber If someone is doing serious work, unit tests are always helps in the long run. What i have realised, that anyways we to refactor the code in 2-3 years. Having unit tests in place can save time and effort, and is totally worth it, Although i don't beileve in 100% test coverage.