How to accept Paypal payments with React
A tutorial on integrating PayPal payments into a React application, including creating a REST API app and building a reusable component.
A tutorial on integrating PayPal payments into a React application, including creating a REST API app and building a reusable component.
Answers common React render props questions on performance and code organization, with examples from community feedback.
Explores JavaScript decorators for writing cleaner, more efficient code with examples in React and Angular.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.
A guide on testing React components that use render prop components, covering integration and E2E testing strategies.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
A preview of an 'Advanced React Component Patterns' course, covering patterns like Compound Components and Higher Order Components.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
A developer shares his family's Christmas traditions, homemade gifts, and the importance of service, inspired by his faith.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
A guide to setting up automated Slack invitations for a community using JavaScript/React and the Slack API.
A developer shares techniques for improving module usability, focusing on removing side-effects from imports in a custom i18n solution.
A developer explores a hacky React solution for handling errors in a custom i18n library's 'sorta-curried' API.
A developer shares their experience building a custom course platform for web development, covering motivations, challenges, and lessons learned.
A guide to setting up and using MobX for state management in create-react-app, with and without decorators.
A summary of new features in React 16, including Fragments, Portals, Error Boundaries, and performance improvements.
Explains the prop getters pattern in React, using downshift and react-toggled as examples to give users rendering control.
Author launches a comprehensive course on React state management, covering local state, Redux, and MobX, with a book, screencasts, and projects.
A guide on implementing SVG patterns as backgrounds in React applications, including code examples and tool recommendations.