React Material Admin Full Update

June 2, 2022 By Mark Otto Off

As Material UI and React continue to grow and develop it has become clear that React Material Admin can’t live with the outdated versions of those libraries. What products are affected by the update? Currently, the updates were released on 2 products: What has changed?…

util.parseArgs arrives in Node 18.3

June 2, 2022 By Mark Otto 0

💡 Node 17.9.1 and 16.15.1 have been released too but are minor dependency-focused releases. What npm Can Learn from Go — Go’s approach to dependency management mitigates some key supply chain issues, but could some of Go’s ideas be brought into the world of npm? This…

An open, high performance data grid

June 1, 2022 By Mark Otto 0

Updated Course: Complete Intro to React — Join Brian Holt for this updated look at getting started with React. Covering things like hooks, effects, context, and portals. Throughout this video course you’ll learn about tools from across the entire React ecosystem (like Parcel, ESLint, TailwindCSS,…

Next.js vs React: Which One to Choose for Your App?

May 30, 2022 By Mark Otto Off

The burning question today is What’s better: React or Next.js? Let’s have a look closely at both, compare them and see the difference between library and framework. In the React world, Next.js is one of the most popular frameworks for “hitting the ground running.” What…

Ready-Made Web App Scheme Integration [Flatlogic Platform Update]

May 28, 2022 By Mark Otto Off

Hello! Flatlogic has added one more important feature: ready-made web application scheme integration. Check out our release notes to learn more about our latest product enhancements. Previously, Flatlogic web app generator allowed you to model a database schema from scratch. We received a lot of requests from…

Top 10 JavaScript Frameworks to Use in 2022

May 27, 2022 By Mark Otto Off

Introduction Being a multi-paradigm language, JavaScript maintains programming styles that are managed by events, functional, concentrated on objects, and oriented on prototypes. In the beginning, JavaScript was utilized just on the side of a customer. Still, nowadays, it is also utilized as a programming language…

Airbnb’s uncommon route to faster JS builds

May 27, 2022 By Mark Otto Off

npm Security Update: What GitHub’s Learnt About April’s Attack — Last month, GitHub, the stewards of the npm registry, reported that stolen OAuth tokens were used to access certain private repositories, private package manifests & metadata, as well as npm user account data. Here’s an…

React vs Vue: What to Choose in 2022?

May 26, 2022 By Mark Otto Off

React and Vue are the two most popular and widely used JavaScript frontend frameworks today. These frameworks allow developers to create a wide variety of web applications with JavaScript. Choosing between the two can be confusing if you are building a new application. Each has…

TypeScript 4.7 supports ES modules in Node.js

May 26, 2022 By Mark Otto 0

TypeScript 4.7 Released — We wouldn’t usually make TypeScript a top feature in Node Weekly although many of you are using it, but this release has a huge feature in the shape of ES module support for Node – a feature that has been infamously difficult…

Big changes ahead for Next.js

May 25, 2022 By Mark Otto 0

A Roundup of React State Management Libraries in 2022 — React’s strength is its flexibility in fitting in with different development approaches, including state management where there are numerous options nowadays. This post does a basic roundup of several popular options including Zustand, Recoil (which…