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…

A quick way to clean up node_modules folders

October 29, 2021 By Mark Otto Off

Next.js 12 Released — The popular Node.js + React development framework takes a big step forward with improvements including beta support for middleware, native ES module support, a Rust-powered compiler for 5x faster builds, and much more. The Vercel Team Shortcut Is Project Management Without the Management…

Node v16 goes LTS

October 28, 2021 By Mark Otto 0

Supercharging Node with Rust — As fast as the V8 team have made JavaScript, it’s still a dynamic language at the end of the day, and there are faster options such as Rust, C or C++ if you need absolute max performance or to integrate…

Web Summit Tickets Give Away! 🧨

October 27, 2021 By Mark Otto Off

Win the Tickets to Web Summit 2022 Hello people! 🙂 How do you read, over? 🤙🤔 Do you want to take part in Web Summit 2022, in Lisbon? We’ll provide you with this online opportunity! 🇵🇹 Web Summit is an annual event that brings together…

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,…

Gatsby 4 released

October 22, 2021 By Mark Otto Off

What’s New in the Now Fully Released Gatsby 4 — Gatsby is a popular React-based open-source framework and v4 introduces new content rendering methods (such as Deferred Static Generation), React 18 future proofing, new build and deployment architecture, new CMS APIs, and more. Jeff James (Gatsby)…

Node v17 released

October 21, 2021 By Mark Otto 0

Node v17 (Current) Released — Being sixteen flew by in a flash for me at least, but so too has it for Node 16 remaining the cutting edge ‘release’ line. v17 now takes over that role with Node 16 becoming an Active LTS version (as…

Flatlogic Web App Generator+GitHub!

October 20, 2021 By Mark Otto Off

 Hello coders! 👾 Our full-stack web app generator got integration with well-known and well-liked GitHub. Now you can add projects to your GitHub account where you will see a repository with the project made on the web app generator. If you make an update to…