Home » Archives for Mark Otto » Page 82
June 30, 2022
By
Mark Otto
Working with the File System from Node.js β Dr. Axel seems to be on a bit of a Node kick lately and comes back this week with a particularly deep dive on all things related to working with text files from Node, from simple reading…
June 29, 2022
By
Mark Otto
Fetch data is a basic requirement of practically every React application. There are a variety of ways to fetch data in React, including the built-in Fetch API, Axios, async/await syntax, and others. Weβll look at some of these methods in detail. React components can simply…
June 29, 2022
By
Mark Otto
An MDX, MJML & React Workflow for Building HTML Emails β We know perhaps better than most that creating HTML layouts that work in email clients is.. a tricky job! π While we stay quite old school with our tooling, Josh deftly takes a more…
June 28, 2022
By
Mark Otto
We are happy to announce an update of one of our first React Admin Templates β Sing App React and Light Blue React! What react admins are affected by the update? Current 5 React Admin boilerplates are affected by updates: What has changed? Now the…
June 24, 2022
By
Mark Otto
β If you’re unfamiliar with ECMAScript as a term, it’s the name of the generic, standardized language behind JavaScript implementations, as JavaScript is technically a trademark of the Oracle Corporation. Longer explanation. New Course on Web Components β “Web Components are one of the most…
June 23, 2022
By
Mark Otto
With the increase in popularity of software development in the market, the adoption of its tools has also increased. Now, programmers prefer to use the right software developer tool while creating a solution for the client as it makes their lives easier. Besides, the right…
June 23, 2022
By
Mark Otto
Using Web Streams in Node.js β Streams provide a handy abstraction for cleanly working with streaming data but Web Streams (a.k.a. WHATWG Streams) are a different, more broadly supported beast to classic Node.js streams. Dr. Axel starts from the basics but goes into a lot…
June 22, 2022
By
Mark Otto
Today, weβre excited to announce the free pricing plan for our CRUD tool. That means that more customers than ever before can use Flatlogic for creating a proper CRUD React/Vue/Angular web application based on the database schema. What can you do with the free plan…
June 22, 2022
By
Mark Otto
By definition β React is one of the most popular JavaScript UI libraries nowadays. It comes in second place after jQuery among all web frameworks! Reactβs popularity has grown rapidly thanks to a simple and declarative API that allows you to build high-performance applications, and…
June 22, 2022
By
Mark Otto
π‘ Don’t miss the Quick Releases section further down this issue as there have been a ton of interesting new releases this week and we’ve had to pack them in! π React Labs: What The React Team is Working On β With the React 18…