Migrated from Jekyll to Gatsby
A developer details their migration from Jekyll to Gatsby for a static blog, citing React/TypeScript skills and benefits of Netlify hosting.
A developer details their migration from Jekyll to Gatsby for a static blog, citing React/TypeScript skills and benefits of Netlify hosting.
Explores moving Redux state management off the main UI thread in a React application using Comlink for improved performance.
A developer discusses the importance of simple, efficient tooling and workflows in modern web development stacks (React/Vue, Node, webpack) for better team productivity and onboarding.
A tutorial on setting up and writing tests for a React Counter component using Mocha, Chai, and Enzyme.
An introduction to Algebraic Effects, explained in simple terms with JavaScript examples, and their relation to React concepts.
A guide exploring 5 popular ways to style React components with TypeScript, focusing on type safety and integration.
A tutorial on setting up and writing end-to-end tests for a React application using the Cypress testing framework.
A web developer and graphic designer introduces his new blog, sharing his journey into front-end development and design.
The author has added a new chapter on render props to their existing TypeScript and React guide.
A guide explaining when and how to use React.memo() for performance optimization, including its benefits and pitfalls.
A guide on using TypeScript with React to improve development with type safety, autocompletion, and better tooling.
A new chapter on using PropTypes with TypeScript in React applications has been added to the author's guide.
A tutorial on setting up and using Jest to test React components, including assertions and snapshot testing.
Essential JavaScript concepts and ES6+ features you need to know before or while learning React, based on teaching experience.
A developer explains why now is the best time to learn JavaScript, highlighting the stable ecosystem and importance of fundamentals.
A developer shares their experience migrating their business website to Gatsby.js, highlighting its benefits for performance and development.
A guide on when to split a large React component into smaller ones, focusing on solving real problems rather than premature abstraction.
Explains why nesting in tests, especially with beforeEach hooks, leads to unmaintainable code, using a React component as an example.
A developer shares their experience speaking at DinosaurJS and React Loop conferences, discussing technical talks on Babel 7 and migrating to React.
A tutorial on setting up and using ESLint for React projects, including configuration with Webpack and popular rule sets.