python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React Multilenguaje
Does React and the i18next package support languages like Catalan, Basque, Galician, Valencian, etc?
I use:
import { useTranslation } from "react-i18next";
import i18next from "i18nex...
user2911197
Votes: 0
Answers: 1
How to avoid key clone while updating and passing a HashMap in idiomatic Rust
I'm trying to write a piece of code that checks if an entry is in a cache, and if it isn't produce the value.
The problem is that to produce the value, I'd like to pass along the cache because the pro...

Snake
Votes: 0
Answers: 1
One line Array iterator javascript
I am coming from Python and I am looking for a single line iterator function for any array, where I can also check a condition and return a simple change to the items.
Expected result should match the...
Anupam Arya
Votes: 0
Answers: 2
Managing global state from library
I'm writing a library in Rust that implements a certain struct and methods on it. I want, however, to expose to the consumer only the methods and leave the state variables hidden, with just a few expo...
Gabriel Golfetti
Votes: 0
Answers: 0