Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Is this project dead? #111

Open
chadlavi opened this issue Jan 18, 2021 · 4 comments
Open

Is this project dead? #111

chadlavi opened this issue Jan 18, 2021 · 4 comments
Labels
question Further information is requested

Comments

@chadlavi
Copy link

lot of unanswered issues, lot of un-merged PRs from would-be contributors. I came here to see if there were any recommendations for a few things like image file export and responsive sizing, and I see that there are folks who've made PRs for these in the past, but it seems on one is paying attention to this repo anymore.

Anyone know if this is just because there's something better out there?

@oliver-cool-beans
Copy link

Hope not

@rohitkrishna094
Copy link

is there an alternative or a different fork of it? just curious.

@aboveyunhai
Copy link

aboveyunhai commented Mar 8, 2021

@chadlavi The responsive sizing issue comes from the abuse of package Resize Observer , which causes a side effect issue where the resize happens => trig componentDidUpdate() hook => run Observer
So it becomes a headache that you cannot access the previous size state anywhere without assigning the old value somewhere.

As well as we cannot detect the first render from componentDidMount() without adding another hacky value.
I was thinking about removing that package but it may cause some serious performance issues.

I also change the original package quite a lot but hesitate to publish/fork it since I'm more interested in the drawing part solely. Currently including a way to bind the shortcut key into functions with focus only so the canvas wouldn't interrupt other components because I am a heavy drawing application user in the past, some bugs fixed etc.

@embiem
Copy link
Owner

embiem commented Nov 7, 2021

Hey, it is pretty dead, yes. I'm trying to set some time apart to go through the backlog of this fun little component I open sourced and now thousands apparently use 🙈, but I just can't promise anything right now.

If anybody would be interested in becoming a collaborator, please let me know.

@embiem embiem added the question Further information is requested label Nov 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants