Build a Product Feedback Tool Using Firebase, React and Tailwind

A blog about software development, projects, books and everything else! Read more

Similar

How YC companies test React apps

React has a great ecosystem not just for making development easier, but for making testing easier as well. We surveyed YCombinator founders to understand what libraries, frameworks, and methodologies they use to test their React applications. (more…)

Read more »

React 16 beta

The first React 16 beta is now available for public testing. 🎉 Getting Started Installation Instructions The beta has been published to NPM with the tag "next". Regular NPM installs will continue t... (more…)

Read more »

Promise as React element type

For fun, here's a proof-of-concept based on an idea by @sebmarkbage. If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....

Read more »