The hottest Frontend Substack posts right now

And their main takeaways
Category
Top Technology Topics
The API Changelog β€’ 1 implied HN point β€’ 06 Mar 26
  1. High-quality documentation shapes how developers judge an API, so make docs easy to use and remove anything that creates friction.
  2. MDX lets you embed components and run JavaScript inside docs so users see personalized data and can try requests, which speeds onboarding and lowers Time to First Call (TTFC).
  3. MDX adds power but also build steps and maintenance overhead, so weigh that complexity against a simple Markdown README when resources are limited.
Lucca's Blog β€’ 58 implied HN points β€’ 20 Jan 24
  1. GraphQL allows clients to make a single request for multiple pieces of data, improving user experience.
  2. GraphQL reduces complexity by stitching data together on the backend, rather than requiring separate requests.
  3. Exploring GraphQL, despite initial differences, can reveal its ease of use and benefits for APIs.
Sarah's Newsletter β€’ 99 implied HN points β€’ 19 Sep 23
  1. Decide which product feature should be behind a test, read the results of an A/B test, prioritize features based on data
  2. Understand that frontend tests focus on user experience and user groups in the browser, while backend tests require business logic and user assignment in the database
  3. Choose frontend user group assignment for speed and simplicity via firing analytics events; go for backend assignment for more complete data by storing user assignment in a database model
Full Context Development β€’ 39 implied HN points β€’ 13 Feb 23
  1. Newsletter focuses on objective analysis of programming tools and trends to help tech decision-making and career growth.
  2. Astro 2.0 release offers benefits like Content Collection API for error prevention and Hybrid Rendering for flexibility in rendering strategies.
  3. Developers can benefit from tools like Astro 2.0 that improve efficiency, reduce costs, and enhance customer experience.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Andrew's Substack β€’ 4 HN points β€’ 28 Mar 24
  1. Tailwind 4 alpha is faster and smaller, but the impact might not be noticeable on small projects.
  2. Tailwind 4 alpha significantly reduces dependencies, making codebases easier to manage.
  3. Languages like Rust are increasingly popular for frontend tooling to maximize performance during bundling.
The Open-Source Blueprint β€’ 0 implied HN points β€’ 05 Apr 24
  1. Latitude has released a new npm package for React, featuring a `useQuery` hook for fetching and managing server data with ease.
  2. A new Select component is now available that can dynamically populate options using data from queries, allowing for versatile user interactions.
  3. Latitude now supports downloading query results in CSV format by adding a simple query parameter, making it easier for users to work with data outside the platform.
Tech Talks Weekly β€’ 0 implied HN points β€’ 04 Jun 24
  1. QCon talks cover a wide range of software engineering topics, including backend, frontend, AI, and DevOps. These talks are great for anyone looking to learn more about tech trends.
  2. A curated list of 35 must-watch talks from QCon London and San Francisco includes interesting topics like how Netflix uses Java and scaling with Amazon DynamoDB. These videos can help you understand real-world applications of technology.
  3. If you subscribe, you'll get a weekly email with new talks from over 100 conferences. This is an easy way to stay updated on tech without the clutter of YouTube.
Bit Byte Bit β€’ 0 implied HN points β€’ 07 Dec 25
  1. JavaScript ecosystem updates and dependency hell waste a lot of developer time and can even block deployments. Hardcoded peer dependencies and breaking library upgrades turn maintenance into a risky, weekend-long chore.
  2. Moving to Elixir/Phoenix (LiveView) greatly reduced boilerplate and maintenance, freeing time to work on valuable features. Maintenance overhead dropped from roughly 30–50% to about 5%.
  3. JavaScript frameworks try to handle reactive state and performance but often fail compared to Phoenix/LiveView, leaving apps fragile and upgrade-prone. You can’t avoid JS entirely, but exiting the React ecosystem can lead to a healthier programming experience.
Full Context Development β€’ 0 implied HN points β€’ 29 Apr 23
  1. Crafting a well-crafted website can tremendously impact customer experience and increase revenue for the organization.
  2. Using web workers can make applications more responsive, improve loading speed, and enhance customer experience.
  3. Understanding JavaScript's event loop tools can increase productivity and improve customer experience in web projects.