Category: react

Remix goes open source

November 24, 2021 By Mark Otto 0

A Visual Guide to React Rendering: Refs — We return to the author’s well-regarded Visual Guide to React Rendering series (we’ve previously shared instalments on both Props and useMemo). This time he turns his attention and animation skills to the nuances of rendering refs. Alex…

React 18 is now in beta, but..

November 17, 2021 By Mark Otto 0

React 18 Now in Beta — ..but as the official React Twitter account explains in this useful thread: “Most developers don’t need to think about React 18 yet … The audience .. is highly-engaged community members who want to help us prepare our new features…

How to Create React App in 2021 [Guide]

November 11, 2021 By Mark Otto Off

Introduction Say whatever you will about the world of app creation, but there is no denying that it is exceptionally vast and contains practically endless possibilities within itself. And you don’t have to go that far, for example, supporting that claim. Just think of any…

React Router v6, a major rewrite

November 10, 2021 By Mark Otto 0

React Router v6 Released — “Built from scratch using React hooks” headlines the new version of React Router. It’s the first major release with breaking changes to the API in four years and it’s intended to replace all previous versions along with the experimental Reach…

New React Templates in the Family of Flatlogic Dashboards

November 8, 2021 By Mark Otto Off

Hey there! 😉 In addition to the free versions of Sofia React Template and Flatlogic One React template, we’ve released three more upgraded versions of our latest React templates. Meet them with a big round of applause: React Template based on Bootstrap and Material-UI React…

Taking an idea from Figma to final React app

November 3, 2021 By Mark Otto 0

▶  From Figma to GitHub Using Anima — We received such a positive response to Ania’s Candy Crush tutorial in 262, we’re happy to feature another screencast: this time, taking an application from design in Figma all the way through to a functional React app. Ania…

What is CRUD? How to create a CRUD app?

October 29, 2021 By Mark Otto Off

Modern web development involves user interaction with databases. As a rule, the user needs to perform some actions with the database. Usually, there are 4 actions: create, view, update and delete something. This is how we come to the acronym CRUD – an abbreviation for…

New releases of Next.js and Gatsby

October 27, 2021 By Mark Otto 0

The New React Docs, In Progress and Now In Beta — The React docs are being entirely rewritten to use hooks rather than classes, introduce illustrations, and generally bring them up to modern speed. This currently-in-beta version also includes interactive examples and challenges with the…

Building React Admin Step By Step

October 26, 2021 By Mark Otto Off

Introduction Every web project has two sides: the one seen by users and the admin page that its manager uses to control each aspect of each page of said project. To draw a parallel, the user side of the site is our usual beautiful world,…

A guide to typing React hooks with TypeScript

October 20, 2021 By Mark Otto 0

How To Format Dates in a React DatePicker — Let’s break down common date and time formats and learn some handy tips for using the KendoReact DatePicker and DateTimePicker to easily manage the tricky business around date and time input. Read on. Progress KendoReact 📅  React…