Craig Hockenberry |
TypeScript 4.4 Released — A significant update for those of you loving some statically-typed JavaScript. TypeScript has gotten a lot smarter at analyzing situations that arise dynamically through control flow, there’s support for Daniel Rosenwasser |
👍 In related news, TypeScript has a new homepage — it’s interesting to see their thought process in this explainer. |
Build a Zoom Clone by Following Working Code — Build an audio/video conferencing application like Zoom or Teams to talk to your friends and family. Follow along with fully functioning code and customize and enhance to unleash your creativity. Show us what you can build. SignalWire |
An Introduction to the Solid JavaScript Library — Solid is a reactive library for creating user interfaces without a virtual DOM, instead compiling templates down to real DOM nodes with fine-grained updates then doing as little as is necessary to reflect state updates. Charlie Gerard |
Kyle Simpson’s ‘You Don’t Know JS Yet’ Second Edition Campaign — Kyle is very well known in the JavaScript community for his training courses and books like YDKJS, and while he’s been relatively quiet recently, he’s back working on second editions of the popular JS books and needs your help. Kickstarter |
QUICK BITS: |
RELEASES:
Mongoose 6.0 – Popular MongoDB ODM for Node.js. |
|
📖 Articles, Opinions & Tutorials |
An Introduction to Adam Gordon Bell |
How to Use Dmitri Pavlutin |
🛠 Code & Tools
React Toastify 8.0: Big Changes for a Mature Notifications Library — At five years old, this is a mature library for those popup ‘toast’ style notifications you sometimes get in apps, and version eight boasts an all new look, improved APIs, and you can even show state changes in the notifications based on promise resolution or failure. Fadi Khadra |