Complex react custom component examples?

I've been tasked with building out a complex component for our company that is to model a complex series of grouped queries that have been transformed and formatted as HTML for an HTML component that is to be our legacy component.

This new custom component is to be built in our retool custom component library that I recently connected to successfully. Are there any good sources for verbose examples of complex builds of custom components that anyone is willing to share that isn't from the retool custom-component-examples repositories?

Any insight and further information would be much appreciated. Thanks guys! :pray:

1 Like

How has this project been going, @AJVancattenburch? Any particular feedback that you have about the learning curve? I'm definitely interested in creating some additional educational content. :+1:

1 Like

Hey @Darren! :wave: I appreciate you reaching out!

I definitely learned a lot from looking at examples on GitHub from the custom component examples repository posted by Retool. The current documentation is lacking much context since they still a new and complex feature, but one space where I did gain the most knowledge from reading documentation was learning how to implement what they have to offer from examining their typescript API from within vsCode.

Those two things are where I gained about 90% of the additional knowledge that was required to build out the custom component, which now I'm just working on passing in the finite data at it's deepest level of aggregation for some detailed metrics.

I would be happy to share some of the advice I gained while building it out sometime!

1 Like