If you have done any form of web development in recent times, chances are, you’ve heard of ReactJS (popularly referred to as React). In this post, we are going to dive into how to build a super basic… (more…)
Read more »
Updated June 10, 2021! Full details in this comment. Over the next months, we're planning to rebuild our website with fresh content! Since Hooks have become increasingly popular in the React co... (more…)
Read more »
Hooks are not a new concept in React - they are a re-implementation (a new API) for state and side effects in React that better aligns with two existing concepts in react: the concept of Components as the primitive model for UIs, and of these components b... (more…)
Read more »
WRITTEN BY GARETH DUNNE @JSDIARIES Last weekend I attended React Alicante. Its the first of its type set in Spain’s southeastern Costa Blanca. With an attendance of over 250 and a wide range of the… (more…)
Read more »
React vs Svelte. Finally, a side-by-side code comparison! Because you’ve heard the fuss about Svelte, and now you want to know what the… (more…)
Read more »