-
I want to use Context API, but I'm put off by this:
> **Note**
> Don’t use context just to avoid passing props a few levels down. Stick to cases where the same data needs to be accessed in many co…
-
Issue Type: **Bug?**
**What is the current behavior?**
I'm refactoring code from my graph Components, built with d3. I am using Composition to create an instance that looks somewhat like this:
…
-
**Do you want to request a *feature* or report a *bug*?**
more like a feature.
**What is the current behavior?**
So I am currently using the legacy context api very heavily.
A typical "compo…
-
This is not a design proposal, just a preliminary inquiry to see if there's any interest.
I've spent a couple of nights reading [this](https://www.typescriptlang.org/docs/handbook/jsx.html) and [th…
-
This strawman proposal aims to bring type-safety to a common "nested properties access" pattern in JavaScript libraries.
# A common eww-case
Consider the following snippets that use [RxJS](https://gi…
-
Hello,
I would like to ask what is best approach when splitting app into components. I always struggle with this part. How specialized/universal should components be?
Thank you.
-
In your ["Advanced React Component Patterns"](https://egghead.io/courses/advanced-react-component-patterns) course comments, you commented about not being huge on Redux, can you elaborate on that?
-
When you're using the tree dropdown field, you'll notice it does a little AJAX request (look at the network tab) when you get to a certain depth. This is fine, until you go to insert another page link…
-
> **Note**: This is not an April Fool's Day prank! 😄
## Background
After a lot of debate and enduring weeks of inner turmoil, I've decided to move forward with a series of drastic changes that…
-
This was brought up by @Soreine and @SamyPesse in #1111. I want to open a new issue for it so that the discussions can not get derailed in each place though.
I feel like there's a sort of Catch-22 …