Let’s add face detection to our React map explorer app using the pico.js JavaScript library
How to use Uber’s library of React components to create interactive line charts that display comparative values over time
The library of React components from Uber makes creating charts and other simple visualizations a snap
Combining functional programming concepts to produce data structures feels like alchemy
How to embrace immutability, think functionally, and write code that is easier to understand and test
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!
Memoization is a neat functional programming trick you can use to speed up expensive calculations
The AI-driven TabNine autocompleter is like your best friend that finishes your sentences—in any language