Category: javascript

Vue.js 3.1 released

June 11, 2021 By Mark Otto Off

Learn to Build Scalable React Apps — Brian Holt covers the latest tools in the React ecosystem like TypeScript, TailwindCSS, Redux, Jest, and more in this new and updated video course! Frontend Masters Introducing Chrome’s New Memory Inspector — Landing in Chrome 91’s DevTools is the…

Svelte for the experienced React developer

June 4, 2021 By Mark Otto Off

Making JavaScript Run Fast on WebAssembly — Twenty years ago, JavaScript had a reputation of being rather slow but a huge amount of time, money and research went into making it incredibly fast in the browser. Now, the Bytecode Alliance is supporting work to do…

React Pagination Guide And Best React Pagination Libraries

June 1, 2021 By Mark Otto Off

Pagination is an integral part of any modern web and mobile application. In this article, we will look at how to implement pagination into a table that shows weather data. We’ll be using react, node.js, the OpenWeatherMap API, as well as the react-paginate library itself.…

V8 finds another 5-15% performance boost

May 28, 2021 By Mark Otto 0

Sparkplug: V8’s Non-Optimizing JavaScript Compiler — When you wonder just where the V8 team will pull out a few more % of performance improvements, they come up with something :-). Their new ‘super-fast non-optimizing compiler’ in V8 v9.1 sits in between the existing interpreter and…

Sofia React Admin Template Free is Released!

May 26, 2021 By Mark Otto Off

We have released a brand new admin template! Sofia React Template is fresh, stylish, clean, modern, vivid… and absolutely free! MORE INFO DEMO GITHUB Features: Made with React.js & Bootstrap Fully-documented codebase Beautiful charts made with Apexcharts Error page React Bootstrap Tables React.js is not…

Ready-to-use e-Commerce Template is Released!

May 24, 2021 By Mark Otto Off

We have released an e-Commerce template. This is a completely new type of product for us. Previously, we focused our efforts on creating admin panels. However, we have had successful experiments in creating unique templates such as Bookkeeper (React Accounting Template), User Management Template, React…

Running Node natively in the browser

May 21, 2021 By Mark Otto 0

Introducing WebContainers: Run Node.js Natively in the Browser — An interesting new WebAssembly-based operating system that boots instantly and enables Node.js environments to run directly in the browser. People have been getting very excited about this on Twitter. Only supports Chromium-based browsers for now though. Eric…

How To Use React Native Flatlist

May 20, 2021 By Mark Otto Off

How many apps have you seen that come with lists in them? That may be To-Do Apps, Apps with notes, Email Apps, social Apps with lists of contacts, users, news, some highly specialized apps for the financial sphere with stock prices and real estate worth…