Sending lots of love to the Apple community on my last day as CEO. My title changes tomorrow, but the love I have for the Apple community never will. Thank you for being a constant source of inspiration. My gratitude is endless, and Iβm excited for the next chapter!
Hey @jonathan_wilke , I encountered a bug or something that when we click the + button till we get a number that has 1 at the end , the + button shifts from its original place. I think it is a UI mistake .
Aaaaaaand we're live!
https://t.co/ZElVA2hguv
No ads. No API keys. No revenue sharing.
Just outbid your competitors to rank #1 and consider marketing done for today π
This has nothing to do with the developers of the language. Instead it is mainly related to the efficient higher order functions and the dynamic object keys.
different functions to handle each and every params inside an object but that would have broken the principle of do not repeat yourself.
This is actually crazy that the developers of the language have made this tiny things that help you code better.
@ayushGup7 Personal finance have always been a very good thing to study about , please make it more practical most of the guys now in finance miss practicality in big 2026
different functions to handle each and every params inside an object but that would have broken the principle of do not repeat yourself.
This is actually crazy that the developers of the language have made this tiny things that help you code better.
This setter function
function set(field){
return (e) =>setValues((v)=>({...v,[field]: https://t.co/mdVv3CbQ7y.value}))
confused me the most while I am learning react . The main issue is that the code is designed to handle every field by itself. We could have just made (cont.)
Today the only thing I learned was using react to fetch data from an api and showing it to the user .
It included fetching stocks data from a mock api from the https://t.co/CjB3kwKDc6 . It is quite easy to do but takes time to understand what is happening , why is it happening.