Beautiful maps for React apps

July 27, 2022 By Mark Otto 0

Examples of Larger Production-Grade, Open Source React Apps — “All of the to-do apps are great for starting to learn React, but what about real-life? Let’s see what real production React apps are like.” I see people asking for examples like this every week on…

Common JavaScript issues developers face

July 22, 2022 By Mark Otto Off

RedwoodJS vs. Blitz.js: The Future of Fullstack Meta-Frameworks — Quite a lengthy review of both frameworks. Redwood is an opinionated React-based framework oriented heavily round the idea of a GraphQL server as the ‘one API’ at the heart of an app. Blitz, on the other…

cd /home/nodejs/news

July 21, 2022 By Mark Otto 0

Working with File System Paths — Dr. Axel puts on his scuba gear and resumes his deep dive into Node with a look at ways to manipulate file system paths using core packages, including taking into account differences between Windows and POSIX systems. Dr. Axel Rauschmayer…

Reading React’s source code – two takes

July 20, 2022 By Mark Otto 0

Reading React’s Source Code — What better way to get a feel for a project than to dive into the code? Despite being daunted by the process, Alex decided to take a look, focusing mostly on React’s design and the practices employed by React’s developers…

Top Vue Admin Dashboard Templates

July 19, 2022 By Mark Otto Off

Vue.js is an open-source JavaScript framework for creating UIs and SPAs. It uses the MVVM (model-view-model) architecture pattern. It’s very popular because of its familiar template syntax and use of components, integrating or migrating existing projects to Vue is faster and smoother. For this reason,…

Vite 3, or in French: quick, quick, quick.

July 15, 2022 By Mark Otto Off

CKEditor 5 Is Here to Make Collaborative Writing Easy — A customizable rich text editor that allows you to build collaboration within your application in hours. Ready-to-use features like comments, track changes, real-time collaboration, version history and many more. Start your free trial to implement it now.…

Node 18.6 and custom ESM loaders

July 14, 2022 By Mark Otto 0

Custom ESM Loaders: Who, What, When, Where, Why, How? — That’s a lot of questions! Custom loaders aren’t necessarily something you’ll use directly a lot, but are useful behind the scenes for controlling how modules are loaded – this post shows off some examples. Node…

Top React Admin Dashboard Templates

July 13, 2022 By Mark Otto Off

React.js makes it easy to create an interactive UI. Because it’s developed and supported by Facebook, you don’t have to be concerned about its handling of complex code. Also, It has grown as one of the best libraries in recent years for component-based GUI development.…

Were hooks a bad idea?

July 13, 2022 By Mark Otto 0

Updated: Complete React Learning Path — Frontend Masters flagship React courses have been released! Take all our React courses in order, from the new Complete Intro to React v7 and Intermediate React v4 courses, to TypeScript and beyond! Frontend Masters Quick bits: Applying SOLID Principles in…

An all-in-Bun JavaScript runtime.

July 8, 2022 By Mark Otto Off

Bun: An Exciting, Speedy New JavaScript Runtime — Tired of Node? Tired of Deno? Never. But a new challenger has appeared. Bun is aimed at ‘outside of browser’ use cases and is built around WebKit’s JavaScriptCore, rather than V8. Some notable features: Includes its own…