Category: react

The missing piece of testing React hooks and components?

September 8, 2021 By Mark Otto 0

A Guide to React Context and the useContext() Hook — While React Context can seemingly simplify component access to global data regardless of where those components are in the tree, useContext() can add its own brand of complexity, meaning it’s not suitable for every situation and..…

Top 30 Ways to Learn React in 2021 (React Tutorial Digest)

September 6, 2021 By Mark Otto Off

The market of frontend developers is booming, and you surely know the main spots and platforms where to learn how to code, where to learn new frameworks and languages; how to fix simple bugs and errors, how to maintain and keep sites up-to-date, and so…

Best Libraries for React I18n

September 1, 2021 By Mark Otto Off

Internationalization is an integral part of modern software development. In addition to English-speaking countries, there are still many paying markets where a project may not be successful without internationalization and localization. Different studies show that 72% of consumers are more likely to stay on a…

React Native’s platform ambitions

September 1, 2021 By Mark Otto 0

React Native’s ‘Many Platform’ Vision — Facebook has ambitions for React Native beyond the mobile platforms at which it is currently targeted. But did you know that includes the desktop: for example, video calling in Facebook Messenger on Windows and macOS is powered by React…

Top 12+ React Datepickers to Use in 2021

August 26, 2021 By Mark Otto Off

We’ve decided to get a deeper look into the theme of React Datepickers and present you with Flatlogic’s list of their top representatives. Let’s, first of all, take a little detour into what a React Datepicker is.  What is a React Datepicker  Generally speaking, a…

Two online React meetups to consider

August 25, 2021 By Mark Otto 0

Linaria 2.1: Zero-Runtime CSS in JS — Write your CSS-in-JS, but have it build into real CSS files for runtime efficiency. We originally covered v1 of Linaria in 125 way back in 2019, but it has since hit v2 with betas of v3 already appearing.…

Want to speak at the online React Conf 2021?

August 18, 2021 By Mark Otto 0

Next.js 11.1 Released — The popular React framework takes a few steps forward with experimental ES modules support, a new integration with swc to ultimately replace JS tooling (Babel and Terser), faster data mapping and source maps, and more. Vercel React Conf 2021 Call for Speakers…

Take The Quiz! Top 20 React.js Interview Questions

August 12, 2021 By Mark Otto Off

Answer #2 JSX, Event Handling, Virtual DOM, Computed Properties, Template Answer #2 You are close, but no cigar on this one, as this answer is, in fact, a mix of Vue.JS’ and React.JS’ main features. Let’s clear the smog a little: both Vue.JS and React.JS…

Better toast for React

August 4, 2021 By Mark Otto 0

What’s New in React-Hot-Toast 2.0 — React Hot Toast is a popular React on-page notifications system. Although the opportunity to customize the notifications in the new release chips away at the original ‘toast’ metaphor, there’s a lot of configurability in the new version that will…