Category: javascript

Remixing a new way to build full-stack JavaScript apps

November 26, 2021 By Mark Otto Off

Vercel, Creator of Next.js, Raises $150M — There’s a lot of money in developer tooling lately, it seems, including for the stewards of the Next.js project which gains a fresh competitor, of sorts, this week in the shape of Remix (above). Vercel IN BRIEF: RELEASES:…

Top Ten Vue Templates to Choose in 2021 | FrontEnd Matters!

November 22, 2021 By Mark Otto Off

Introduction There is no construction that can be completed without the proper tools. And that statement is not only true when it comes to actual physical constructions. It is just as true when it comes to web applications. In order to make a worthwhile web…

Etsy’s journey to TypeScript

November 19, 2021 By Mark Otto Off

Etsy’s Journey to TypeScript — These sorts of stories always seem to be popular as teams weigh up the best way to progress. Etsy had a lot of JavaScript code but felt some of the problems they were encountering could be solved by TypeScript. This…

‘Moving more and more into a post-React world.’

November 12, 2021 By Mark Otto Off

‘Rust is the Future of JavaScript Infrastructure’ — It’s an opinion but the growing evidence is compelling. Rust (as well as Go) is now being heavily used to replace parts of the JavaScript tooling ecosystem that might have otherwise been written in JavaScript before (e.g.…

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…

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…

Angular 13, V8 9.7, and Puppeteer 11

November 5, 2021 By Mark Otto Off

Chrome’s New Feature to Record and Replay User Flows — It’s only a preview feature in Canary builds right now, but Chrome is adding a new Recorder panel to its DevTools which lets you record and replay a string of actions on a page (including…

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…