Category: react

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…

React’s new Developer Tooling team

October 13, 2021 By Mark Otto 0

Start Learning Software Engineering Today — Ready to get started learning software engineering? Learn 1:1 with an expert mentor to master the skills, build your personal portfolio, and gain experience needed to land a role in software engineering. Apply to Springboard’s Software Engineering Bootcamp to…

Build a Blog on React: Step-by-Step Guide With Examples

October 12, 2021 By Mark Otto Off

Introduction As we all know, thanks to the old saying, the pen is mightier than the sword. And that is definitely true on many occasions, with an exception of, perhaps, an actual sword-on-pen fight, but we digress. The point we are conveying here is that…