Building Single Page Applications on ASP.NET Core 2.2
Guide to building Single Page Applications (SPA) using the updated Angular and React templates in ASP.NET Core 2.2, including setup and productivity tips.
Guide to building Single Page Applications (SPA) using the updated Angular and React templates in ASP.NET Core 2.2, including setup and productivity tips.
Learn to prevent unnecessary React component rerenders using shouldComponentUpdate and PureComponent for performance optimization.
A challenge to implement a Redux store from scratch, inspired by Dan Abramov's video course on Redux fundamentals.
A tutorial on using the Intersection Observer API in React to implement anchor-based navigation for long articles.
Explains the software design principle 'Make impossible states impossible' to improve UI component APIs and state management.
A developer shares tips for maximizing conference value, based on their experience at React Rally, focusing on networking and learning.
A tutorial explaining React's Render Props pattern by building a currency converter component.
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.