DEV Community

Jeff Lindsay
Jeff Lindsay

Posted on

2 2

Help wanted with ported React component in Go

I posted this to Upwork, but this space is so new there aren't many developers qualified to take this on. Anybody here want to give it a try?

I started porting a React component built by a friend to Go/Vecty/WASM. It's a panel group component that handles resizable panes. I ported it, but it's not behaving the same and I need some help debugging it. The math seems to be off somewhere and the performance is not great.

Here's a video showing the difference between them at the moment:


The resulting library will be open source and I'm willing to pay for help.

Full post on Upwork, though using Upwork is not necessary.

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (6)

Collapse
 
krofdrakula profile image
Klemen Slavič

I'd be willing to take a look at this. Do you have a publicly accessible URL with the compiled code available somewhere?

Collapse
 
progrium profile image
Jeff Lindsay

github.com/progrium/prototypes/tre...

If you clone that whole repo, in there you should be able to make build and then make dev, though it'll require you to go get a few things first.

Collapse
 
krofdrakula profile image
Klemen Slavič

OK, will have a look and let you know. 👍

Thread Thread
 
progrium profile image
Jeff Lindsay

Also, here's a discord I'm in to chat with me: discordapp.com/invite/cJzy2xS

Collapse
 
bgadrian profile image
Adrian B.G.

But why? It is a heavy CPU computation? or just a test?

Collapse
 
progrium profile image
Jeff Lindsay

Because I'm building a web app in Go.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more