1. useMemo() – is a built-in React hook that accepts 2 arguments — a function compute that computes a result and the dependencies array. Returns...
Continue reading...Remix
Newly open-sourced React framework Remix is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to...
Continue reading...Blockchain Technology
Cryptocurrencies are the latest financial technologies with rocketing profits that have the world buzzing. Everyone seems to be getting involved: investing, mining, and of course, making...
Continue reading...React Custom Hooks
What is a Custom hook? There might be instances where you have been using the same repetitive and redundant stateful logic inside multiple components. We were...
Continue reading...Stencil
Stencil is a compiler for generating web components developed by the Ionic team. Web components in Stencil can be used as standalone components, as a part...
Continue reading...