52 Matching Annotations
- Aug 2024
-
github.com github.com
-
This seems to be more than just a thin wrapper like https://github.com/rainerschuster/final-form-material-ui was. I kind of prefer the simplicity of focus of final-form-material-ui.
This appears to be attempting to do too much. Though if it gives you exactly what you want, great.
-
-
mui.com mui.com
Tags
Annotators
URL
-
- Mar 2023
-
codesandbox.io codesandbox.io
Tags
Annotators
URL
-
-
gatewayapps.github.io gatewayapps.github.io
-
www.npmjs.com www.npmjs.com
-
microsoft.github.io microsoft.github.io
- Aug 2022
-
gaplo917.github.io gaplo917.github.io
-
github.com github.com
-
The current web developmennt ONLY offload the tasks to web worker when the application encounter performance issues but NOT by the tasks' nature.
-
- Nov 2020
-
news.ycombinator.com news.ycombinator.com
-
Frontend frameworks are a positive sum game! Svelte has no monopoly on the compiler paradigm either. Just like I think React is worth learning for the mental model it imparts, where UI is a (pure) function of state, I think the frontend framework-as-compiler paradigm is worth understanding. We're going to see a lot more of it because the tradeoffs are fantastic, to where it'll be a boring talking point before we know it.
-
-
react-bootstrap.github.io react-bootstrap.github.io
Tags
Annotators
URL
-
- Oct 2020
-
dylanvann.com dylanvann.com
-
To fix our Svelte version you might think we could use beforeUpdate or afterUpdate, but these lifecycle functions are related to the DOM being updated, not to prop updates. We only want to rerun our fetching when the album prop is changed.
-
-
github.com github.com
-
In general it is recommended you handle forms in this "controlled" manner. In some cases it might make sense to manage the form state outside of Solid via refs. These "uncontrolled" forms can also work. Just be conscious of the difference as mixing approaches can lead to unexpected results.
-
- Aug 2020
-
www.uxpin.com www.uxpin.com
-
Merge is a revolutionary technology that lets users import and keep in sync coded React.js components from GIT repositories to the UXPin Editor. Imported components are 100% identical to the components used by developers during the development process. It means that components are going to look, feel and function (interactions, data) just like the real product experienced by the end-users.
Tags
Annotators
URL
-
- Dec 2019
-
github.com github.com
Tags
Annotators
URL
-
- Nov 2019
-
stackoverflow.com stackoverflow.com
-
Since the checkbox is rendering an input I would work with it rather than focusing on the image. You could do something like this: const checkbox = getByTestId('checkbox-1234').querySelector('input[type="checkbox"]') expect(checkbox).toHaveProperty('checked', true)
-
the way Material UI works is it renders a different SVG when the checkbox is clicked, and not changing the attributes or anything on the actual input element. So how do I actually test that the element is checked in line with the react-testing-library philosophy?
These tags belong to entire page. This quote is just supporting evidence for the tags.
-
- Oct 2019
-
developer.microsoft.com developer.microsoft.com
-
github.com github.com
-
sancho-ui.com sancho-ui.com
Tags
Annotators
URL
-
-
reacttraining.com reacttraining.com
-
Styling a Reach component feels similar to styling any native element. There are no themes and you don't have to prescribe to any specific approach to styling. There are some basic styles to make the components usable off-the-shelf, but you can override and add to them with stylesheets, styled components, emotion, glamor, whatever you want.
Tags
Annotators
URL
-
-
reacttraining.com reacttraining.comReach UI1
Tags
Annotators
URL
-
-
foxhound87.github.io foxhound87.github.io
-
-
iulian-radu-at.github.io iulian-radu-at.github.io
- Sep 2019
-
github.com github.com
-
github.com github.com
-
github.com github.com
- Aug 2019
-
codesandbox.io codesandbox.io
-
Example showing how to use inputRef on a <Select>
-
-
github.com github.com
-
@material-ui/core/Select
-
-
codesandbox.io codesandbox.io
- Apr 2019
-
baseweb.design baseweb.design
-
- Dec 2018
-
airbnb.io airbnb.io
-
- Nov 2018
-
nicolashery.com nicolashery.com
Tags
Annotators
URL
-
- Oct 2018
-
blog.logrocket.com blog.logrocket.com
-
codingthesmartway.com codingthesmartway.com
-
reactjsexample.com reactjsexample.com
-
-
-
- Sep 2018
-
www.toptal.com www.toptal.com
- Jan 2016
-
www.searchkit.co www.searchkit.co
-
UI components for ElasticsearchThe easiest way to build a great search experience with Elasticsearch.
UI components for Elasticsearch
Tags
Annotators
URL
-