-
## Render Props application
This article is a note of [Render props - Advanced React course, Episode 4](https://www.youtube.com/watch?v=pNaW0Md2o0g&ab_channel=DeveloperWay)
## Major Content
-
Having to create separate state to mimic the state controlled outside the action sheet is a very difficult experience, the props.paylaod are not re-rendering the UI on the fly, we literally need to un…
-
### Versions:
- `@inertiajs/react` version: v2-beta
### Describe the problem:
In the current implementation of the `WhenVisible` component, it is not possible to use both data and `params` pr…
-
## Specs
```
```
Refactor app/components/question-box.jsx so that it renders children, rather than just rendering a status badge with the number of participants. Where QuestionBox is used in the co…
-
In JSONLD, should we shorten prop names like this:
```
{
id: foo,
type: ACDCConverterController,
ACDCConverter: bar
},
{
id: baz,
type: ACDCConverterAction,
ACDCConverter: bar
}…
-
You'll see it in the example pen, that the `chips` property isn't being applied https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#vuetify-props, I tried on my dev environment and `…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@shopify/flash-list@1.6.3` for the project I'm workin…
-
I only want a horizontal scrollbar on overflow. Is there a way to disable the vertical scrollbar such that the height is simply that of the `Scrollbars` children with no vertical scrollbar? I don't wa…
ghost updated
4 years ago
-
Hi. I'm trying to create a read-only model with required properties. I would expect that attempting to instantiate such a model without the required properties in it's initialization object would thro…
-
I think it would be a good idea to allow for nested props when extending ampersand-state or ampersand-model. I'm not quite sure what the best way would be to do this, but right now to nest props in a …