Guys how to make this app design better, specifically in terms of color combination?
Let's say there are 2 functions. I want to change a value in first function (like a number) each time this function is called in the second function. Is there a way to find o...
On telegram bot, can we make bot the way when the user starts the bot, we get a notification or message ( I mean before the user presses any button or option)??
function useCounter() { const [count, setCount] = useState(0) const increment = useCallback(() => setCount((x) => x + 1), []) return { count, increment } } What happe...
https://javascript30.com/ Is this a good go for thing?! Like to get intermediate in js!?
Then even If i have a local json object I have to parse it to js object before using? Or this is when it comes from server?
I ran npx create-react-app ./ and it is installing with yarn, why? Should not it be npm?
For a js dev, its Better to go with FP or OOP?