Zestful: Month 5
A developer's fifth-month retrospective on launching their product, Zestful, but still struggling to acquire initial customers.
A developer's fifth-month retrospective on launching their product, Zestful, but still struggling to acquire initial customers.
A developer's journey to find a better presentation tool, leading to the discovery of mdx-deck for creating slides with Markdown and React.
A guide to converting a Gatsby static site into a Progressive Web App (PWA) using plugins for offline functionality and a web app manifest.
A guide to setting up your first React Native mobile app, covering basic concepts, environment setup, and key differences from ReactJS.
Explains why custom HTML templates in Webpack React apps are unnecessary and introduces using HTML Webpack Partials Plugin for better maintainability.
A developer shares their journey of learning React Native, the challenges of balancing work, and their renewed commitment to mastering cross-platform mobile development.
A guide on fetching data in React using Class Components, covering lifecycle methods, error handling, and testing.
A guide to configuring ASP.NET Core with webpack and hot module replacement for fast TypeScript and React development.
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
An explanation of JSX in React, showing how it compiles to JavaScript and React.createElement calls.
A developer shares insights from presenting live coding talks on web accessibility, including challenges and tips for success without slides.
A guide on effectively using Google and other resources to find the best learning materials for coding and software development.
A tutorial on building a custom GraphQL client library for React to understand its internals and contribute to the ecosystem.
A developer shares a curated list of newsletters, blogs, and Twitter feeds to stay updated on frontend, React, JavaScript, and general tech content.
A tutorial on creating a minimal React app with Apollo Client to query GitHub's GraphQL API and manage local state.
Announcing the release of downshift 2.0.0, featuring improved accessibility, React Native support, a simpler API, and better TypeScript definitions.
Explains the importance of semantic HTML in JSX, advocating for choosing elements based on meaning over appearance for better web development.
An introduction to Gatsby, a React-based static site generator, covering its setup, CSS options, and plugin ecosystem for building fast websites.
A technical guide on creating dynamic, scroll-responsive Bézier curves and swoopy shapes using SVG and React.
A tutorial on using apollo-link-state to manage local state in React applications with Apollo Client and GraphQL.