visx
visx copied to clipboard
Add "easy to get started with" examples
While I appreciate the "showoff" gallery I can see very fast that this library requires serious understanding of many concepts. It is indeed beautiful and technically clean, but not friendly to beginners at all. It uses many concepts that might show how cool one can work with JS/TypeScript but also feels a bit like someone wanted to show off their coding skills to me.
As a user I want to get started fast and not go through references of 5 modules to understand how to build a single line graph..instead of 5 linegraphs and data coming in from another package that then mocks it , why not concentrate on teaching howto use this library like you do with the 1(!) example in readme.md on a close to real life usecase.
This is not meant to overly criticise the creators here, I'm just trying to make clear that a lot of people will have a hard time and spend days on learning how to use this library if not prior experienced developers, since the outcome indeed can look pretty amazing.
Where's the AreaChart component in https://vx-demo.vercel.app/brush?
Line 10 in the code.
@akshay-nm https://github.com/airbnb/visx/blob/master/packages/visx-demo/src/sandboxes/visx-brush/AreaChart.tsx
Is there a difference between @visx and @vx? I just asked because the link above contains imports from @visx and the docs have statements with @vx.
I am just trying to get started with the brush demo on a JavaScript project (not ts). Any pointers?
Looking at the version history of both @vx seems to be a old/legacy package

Thanks man! I just realized I was stuck on the old website. :/ My bad. I'll try to stick to the new one! which is https://airbnb.io/visx/
Sorry y'all, we should take down the legacy @vx demo site 🤦 I'll create an issue to track this. To clarify: vx was the pre-1.0 version of this project before it was moved into the airbnb github.
As far as simple gallery examples, I totally get it. I'd be happy to review simpler additions if anyone wants to add any! These should follow the current codesandbox format, and we may make requests to keep example aesthetics high in quality. 🙏 ✨
Thanks for the feedback and thanks for checking out visx. Going to close this for now, but we're happy to review any PRs.