Home » Archives for Mark Otto » Page 107
July 5, 2021
By
Mark Otto
In today’s world, the selection of IDEs and code editors is so large that it becomes difficult to choose the right development tool. Modern software development often means working with multiple tools in different languages. Complexity can be a nasty headache for even the most…
July 2, 2021
By
Mark Otto
Solid 1.0: A Declarative JavaScript UI Library Worth Investigating — JavaScript isn’t short of good reactive frameworks (React, Svelte, Vue..) but Solid’s creator is determined and adamant to demonstrate how Solid addresses React’s shortcomings while offering Svelte-like simplicity. He makes a good case, so try…
July 1, 2021
By
Mark Otto
✍️ Several readers have written in asking if we can do more frequent recaps of popular things we’ve covered recently. We do an annual roundup as the final issue of each year – here’s 2020’s – but since we’re now exactly half way through 2021,…
June 30, 2021
By
Mark Otto
iMessage Clone using Stream Chat and React Native — Stream recently published an open source clone of the iMessage application built using v3 of stream-chat-react-native library. This project demonstrates the implementation of message search, swipeable channel list, message list, reactions etc, similar to that of iMessage.…
June 28, 2021
By
Mark Otto
The holy war between Vue and React still keeps going. Though both React and Vue basically resolve the same level issues, let’s add some fuel to the fire! As experts in web development since 2013, we’ve worked a lot with both frameworks, React and Vue.…
June 25, 2021
By
Mark Otto
▶ Coding Up a Mario Game in JavaScript with Kaboom.js — Ania is back showing us how to create a basic platformer in the course of an hour in her typically breezy, easy to follow manner. Watch this if you want to reignite that coding spark. Ania Kubów…
June 24, 2021
By
Mark Otto
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 ApostropheCMS 3.0 Released — The latest release of a fully featured MIT-licensed Node.js-based…
June 23, 2021
By
Mark Otto
Demystifying styled-components — If anything ever seems ‘magical’, it might be time to dig in and figure out how things work. Josh ‘pops the hood’ on the popular Styled Components component styling system and demonstrates how you’d build a simple similar such thing of your…
June 21, 2021
By
Mark Otto
Introduction Hello again, dear friends and accidental bypassers. Today we would like to discuss with you a matter quite extensive – the factual difference between two web-developing mainstays – React and Angular. Bear in mind, we don’t want to put the two up against each…
June 18, 2021
By
Mark Otto
Benchmarking JavaScript Memory Usage — Historically, memory usage hasn’t been a heavily tracked thing in the JavaScript world, whether for a lack of tooling or motivation. This is changing, and new tools and APIs are turning up all the time. Here, Tim has done some…