React Hooks have changed the way we write components & has mentally pushed to write more Functional Components. Lets see how to make a Custom Hook in React. (more…)
Read more »
Since yesterday the public beta of React 16 is available to developers. The new version of the popular framework comes with some new… (more…)
Read more »
If you've just learned what useCallback is, you might be wondering why on earth useMemo exists, and why we don't use it everywhere. (more…)
Read more »
React Native has been very successful at raising the bar for mobile development, both at Facebook and elsewhere in the industry. As we interact with computers in new ways and as new devices are invented, we want React Native to be there for everyone. Alth... (more…)
Read more »