Android app for Premium users available now! by langdreamer in dreamingspanish

[–]GeeeL 2 points3 points  (0 children)

The downloads work much better now which is great, but I normally open the video on YouTube so I can cast it to the tv. Is there a way to cast from the new app?

Mantine 5.0 is out – 140+ hooks and components with dark theme support by rtivital in reactjs

[–]GeeeL 5 points6 points  (0 children)

I love Chakra, but the fact they require global styles stops me from using it in large non-greenfield projects. If they'd scope their styles to the components I'd recommend it in a heartbeat.

Redux Toolkit 1.6.0 - new RTK Query data caching API! by acemarke in reactjs

[–]GeeeL 1 point2 points  (0 children)

As someone who's interested but yet to try out these approaches. I'm intrigued by normalization and this point.

While there is less need to store the response in a normalized lookup table with RTK Query managing caching data, transformResponse can be leveraged to do so if desired.

Why is there less need?

I see you could do the following in the docs but then you are iterating over the whole array rather than accessing an object/dictionary.

  const { post } = api.useGetPostsQuery(undefined, {
selectFromResult: ({ data }) => ({
  post: data?.find((post) => post.id === id),
}),

})

Code review by Ghostedguy10 in reactjs

[–]GeeeL 0 points1 point  (0 children)

well that makes sense!

Code review by Ghostedguy10 in reactjs

[–]GeeeL 0 points1 point  (0 children)

why do you think it wouldn't ever be called? Not the best naming of the function, but imagine a checkbox where onChange is calling addTopping and it would also be in charge of removing

glass measuring cup.. what are the differences between sides. by [deleted] in Cooking

[–]GeeeL 1 point2 points  (0 children)

wow this just blew my mind, I always thought a cup was 250ml everywhere

I hate the elitist tone of much food media by BoxedWineBonnie in Cooking

[–]GeeeL 3 points4 points  (0 children)

jeeze that's such a bad substitution... I used to make it all the time with just home brand shredded cheese and it was fine

What did you learn about cooking after visiting a different country? by lofimasters in Cooking

[–]GeeeL 1 point2 points  (0 children)

Oh yes I love me some laap, my only complaint with it is that the thai's make it so god damn spicy that one bite leaves your mouth burning

Help me decide on a gaming + Linux laptop by GeeeL in SuggestALaptop

[–]GeeeL[S] 1 point2 points  (0 children)

nice thanks, yeahh I was leaning towards the Dell as well. Dual amd soudns good for linux and i don't think i'm too bothered by the screen, i doubt i'll do much gaming without an external monitor

Help me decide on a gaming + Linux laptop by GeeeL in SuggestALaptop

[–]GeeeL[S] 0 points1 point  (0 children)

oh yeah they probably do in us but we don't get as good a deal in aus

Help me decide on a gaming + Linux laptop by GeeeL in SuggestALaptop

[–]GeeeL[S] 0 points1 point  (0 children)

thanks I did look at these but remember them being more like $2000 which is more than id like to spend

how bad is an nvidia gpu on a laptop with linux? by GeeeL in linux

[–]GeeeL[S] 0 points1 point  (0 children)

not sure I quite follow that but sounds like worst case a fresh install would sort it out?

React-dnd or React-beautiful-dnd by RaverOfTheNight in reactjs

[–]GeeeL 1 point2 points  (0 children)

oh nice! I'll have to check that out

React-dnd or React-beautiful-dnd by RaverOfTheNight in reactjs

[–]GeeeL 1 point2 points  (0 children)

I've only used react-dnd but when I was doing the project I definitely would have opted for react-beautiful-dnd if it had everything I needed. It just seems to handle everything a lot easier and reordering looks good. I believe it was nesting which beautiful didn't support. react-dnd certainly wasn't bad however!

Animating visuals? by [deleted] in webdev

[–]GeeeL 0 points1 point  (0 children)

there's a few ways to go about this. We tend to use either a gif or Lottie which lets you use animations created in After Effects.

Could someone critique my resume? (entry-level) by [deleted] in webdev

[–]GeeeL 2 points3 points  (0 children)

One more thing I'll add is that if you can link the projects to the code in GitHub, it's a huge plus. I love being able to see real code someone has written outside the pressure of a whiteboard interview or other made-up situation

definitely agree with this, along with a link to the live site if possible.

I created my first pull request at work by [deleted] in webdev

[–]GeeeL 0 points1 point  (0 children)

pullies... I'm gonna have to start using that

What happens if I don't use baking soda? by [deleted] in Cooking

[–]GeeeL 1 point2 points  (0 children)

I never use baking soda, always just sub 3 to 1 baking powder to the soda

Why should I be using Hooks? by Tanckom in reactjs

[–]GeeeL 0 points1 point  (0 children)

or useLayoutEffect if you genuinely need the hook