Sam Silva

Results 27 issues of Sam Silva

Hi guys, I've created a new issue on x-editable project, pasting here for your information. https://github.com/vitalets/x-editable/issues/838

How can I set and customize different data types?

Any thoughts when will we be able to support CRA 2.0? There is this PR https://github.com/wmonk/create-react-app-typescript/pull/409, just wondering what's remaining to get it through. Thanks.

It'd be super helpful to have a debounce prop that allows us debounce several requests being made by a period of type, util in an input search for instance.

I'm wondering whether Rebass is still maintained? There are a lot of issues without any response or feedback which makes me really worried. Last publish was a year ago and...

How to import component directly to minimize bundle size? Similarly to https://material-ui.com/guides/minimizing-bundle-size/ ie: ```typescript import Button from 'rebass/Button' ``` instead of: ```typescript import { Button } from 'rebass' ```

It'd be great to add pages tests, we could use: https://testing-library.com/docs/react-testing-library/intro

[Chakra UI](https://chakra-ui.com/) is a very interesting react UI library that's growing up in popularity by its simplicity, [design practices](https://chakra-ui.com/docs/principles) and accessibility. Also it will eventually support [zero-runtime CSS-in-JS](https://github.com/chakra-ui/chakra-ui/issues/4003) capabilities. I...

I think it'd be really helpful to show up some simple authentication workflow, maybe using Auth0 or Firebase Auth or even AWS Cognito. Just to illustrate how one would handle...

preset-request

**Describe the bug** On catch-all routes page, if you try to change the language, it'll fail redirecting the user to the following route: https://nrn-v2-mst-aptd-at-lcz-sty-c1.vercel.app/fr/demo/native-features/example-optional-catch-all-routes/[[...slug]]?slug=you%2Ccan%2Cgo%2Cto%2Cany%2Cdepth%2Cyou%2Cwant **To Reproduce** Steps to reproduce the...