Tag: react js

Not all components are created equal

July 14, 2021 By Mark Otto 0

A Checklist for Freelance React Developers — Robin covers a variety of things to think about if you’re an independent React developer who needs to seamlessly get involved with existing teams and projects. Robin Wieruch Learn React (Hooks) Interactively with Flashcards — Learn modern React from…

How Rachel Nabors went from comics to React core

July 7, 2021 By Mark Otto 0

▶  Rachel Nabors: From Comics in Virginia to React Core at Facebook — React maven Rachel Nabors recounts a most improbable journey from the Blue Ridge Mountains of Appalachia to the centre of the React ecosystem in a fascinating disscussion with hosts Kathy Korevec and Brian…

Best 10 IDEs for React.js for 2021

July 5, 2021 By Mark Otto Off

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…

How to structure a React app

June 30, 2021 By Mark Otto 0

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.…

A new browser-based React IDE idea

June 23, 2021 By Mark Otto 0

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…

What you need to know about React 18

June 18, 2021 By Mark Otto Off

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…

React 18 reflections

June 16, 2021 By Mark Otto 0

Next.js 11 Released — The popular React framework takes some more steps forward with improved performance, Webpack 5 support, an experimental way to make Create React App apps Next.js compatible, and Next.js Live, a preview of a way to build Next.js apps in the browser,…