#Any tips to keep track of React components / Make react more manageable?

12 messages · Page 1 of 1 (latest)

stable fractal
#

Why do you need all of the components open at the same time?

#

Ideally you'd have a set of basic components that you don't have to touch as frequently (e.g. a button, a card, a datetime picker, whatever) and then you use those to build out your UI

fallow ruin
fallow ruin
#

If yeah that's quite reassuring, was about to give up hahaha

stable fractal
#

That's how we do it at work (sometimes) although I'm not a frontend developer

#

We basically just have a bunch of components in our UI kit that we use for everything

#

Has the stuff I need with the correct styling and colors, different form elements or charts etc.

#

And then you can build higher-level components (e.g. a navbar or a page) from those components

fallow ruin
#

I see, will take another shot at it. Thank you (not) rob!!

#

thank you* !!

stable fractal
#

🙏