does anyone know the behavior of this "!" operator in front of a const with a string?
So... i have an object like this: const foo = [ { label: "Lorem", value: "flash" }, { label: "Lorem ", value: 3 }, { label: "Lorem ", value: 5 }, ]; And i want to know how...
Can someone help me understand this sintax? 🤔
Hi, can someone help me with this? We have this method call apiService that take some parameters and return an axios instance base on the 'method' that we pass, but i don't kn...
export const PrivateRoute = ({component: Component, ...rest}) => { const authToken = Cookies.get("authToken"); return ( <Route {...rest} ...
Hi, another question about ( extremely similar to another question that i already did ) this.state = { contractData: { celebrity: null, ...
does anyone know the difference between those two events? (this events are provide by Chakra-UI). I can't find onScrollCapture event in MDN
Hi. This page shein.com does a Redirect to m.shein.com if someone try to access from a mobile . Any idea how to achieve this ? . I have a project in nextjs where I want to se...
I want to Pick the type iconPosition from InputProps, but i don't want to do a destructuring, how i can do this without returning an object?
any shortcut in VSCODE to create this blockl of comment?
hi i am having a problem, in my JS project, i need to get some data from my project on Firebase, Realtime Database, but i am having issues with CORS. I am reading that i need ...
What is the meaning of 'Mocking'? I am reading about testing tools in react and the documentation say it very often, i don't get (i don't speak english very well). Examples: M...
What about typescript ?
Is there any tool to save json files from network tab in tools ?
Hi. I want to create a Card component, that optionally render a footer... like when you are using react-bootstrap and you can pass, <Card.Header> or not... any idea how to do ...
I am running npx react-native run-android, and this is downloading gradle-6.7-all.zip . Does anyone know is this will be downloaded everything i run this command?
Given an array of N elements to a function an a extra parameter, this function should return the array in a reorder way and it must be the same if i provide the same extra pa...
Dafuq, how to i assign a key name base in the content of a variable? ej: let key = "foo"; {key: "whatever"}; I want that key become foo
Hi... anyone knows if there is a way to call the practice when you extend the component of a library?
Hi guys, does anyone had an idea of how to implement with css the effect of "scrolling" (not shure about how to call it), of the names implemented in the profile of users in t...