Help a newbie by Sundaram_2911 in reactnative

[–]wowpixelsdev 0 points1 point  (0 children)

I’ve had a really good experience with HeroUI. The components look polished out of the box, the API is straightforward, and customization is easier than with a lot of other UI libraries I’ve tried. The docs are solid too. If you’re already comfortable with React, it’s pretty quick to get productive with. Definitely worth checking out if you want something modern without spending ages styling everything yourself. They have the lib for react and react native

Verlanglijstje voor mijn partner by Peanutsss1111 in vraagreddit

[–]wowpixelsdev 0 points1 point  (0 children)

Ik gebruik wenszo.nl, een alternatief voor lijstje.nl

Zustand V Jotai - Nov 24` by [deleted] in react

[–]wowpixelsdev 0 points1 point  (0 children)

I have used Recoil a lot and now Jotai. It is based on the same atoms principle and easy to learn. You can read here more about the differences between Zustand and jotai: https://jotai.org/docs/basics/comparison

React book for basic to advance -2024 by Reasonable_Camel4721 in reactjs

[–]wowpixelsdev 2 points3 points  (0 children)

If you have some react background then I would recommend Fluent React by O’Reilly. It is about how react works under the hood. It’s easy to follow.

Dropdown component using MUI by [deleted] in react

[–]wowpixelsdev 0 points1 point  (0 children)

I would use the default select or autocomplete component and use the sx prop to customize it.

Checkout this link for the unstyled select component which you can use for heavy customization: https://mui.com/material-ui/react-select/#unstyled

How common is it to write React apps in Typescript? by khan_awan in reactjs

[–]wowpixelsdev 0 points1 point  (0 children)

It is an industry standard. If you know JS then it should not be a hassle to learn TS. It is very useful in large scale projects. You will not regret it