How to React Router with Webpack 5
A guide to configuring React Router with Webpack 5 to resolve 'Cannot GET' errors for non-root paths.
Personal blog about React and JavaScript
333 Articles from this blog
A guide to configuring React Router with Webpack 5 to resolve 'Cannot GET' errors for non-root paths.
A tutorial on integrating PostCSS with Webpack 5 to automatically add vendor prefixes and process modern CSS.
A tutorial on setting up and using SASS with Webpack 5, including installation and configuration steps.
A tutorial on setting up and using CSS with Webpack 5, including configuration for both development and production environments.
A step-by-step tutorial on setting up a minimal Webpack 5 configuration for a JavaScript and HTML web application.
A tutorial on setting up a new JavaScript project from scratch, including npm initialization and project configuration.
A comparison of React Hooks and Higher-Order Components (HOCs), highlighting problems with HOCs like prop confusion.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
A tutorial on creating a fake JavaScript API using mock data, promises, and delays for frontend development without a backend.
A tutorial on implementing Stack Navigation in a React Native app using the React Navigation library.
An introductory tutorial explaining React Hooks, showcasing how to use state and side-effects in function components.
Learn how to implement a callback function after state updates with React's useState hook, using useEffect or a custom hook.
A guide on using Expo to simplify React Native development, covering setup, project creation, and configuration.
A guide explaining how to use React's useMemo Hook to optimize performance by memoizing expensive computations in function components.
A guide explaining React's useCallback Hook for optimizing function components, including examples and comparisons to useMemo and memo.
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A tutorial on implementing error handling in Express.js applications, focusing on database validation errors.
A guide on using React's memo API to optimize component rendering and prevent unnecessary re-renders in React applications.
A guide on using environment variables and .env files to securely manage sensitive data like API keys in Deno applications.