Category: react

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…

Top 40+ Javascript Memes We Love| Programming Humor :D

June 16, 2021 By Mark Otto Off

Humor is an integral part of our life to survive in this super hectic world. And programming humor takes a special place in our postmodern culture. We love JavaScript memes! That’s why we’ve carefully picked the most punchy JavaScript memes, comics, and illustrations from the…

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

A roundup of React component libraries

June 2, 2021 By Mark Otto 0

Top React Component Libraries (2021 Edition) — The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. Kevin White Svelte for the…

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