shlogg · Early preview
Pedro Henrique Machado @machadop1407

Videos about Web Development! ReactJS, NodeJS, MySQL, Express, MongoDB, GraphQL and much more!

Setting Up RTK Query With JSON Placeholder API

Integrating RTK Query with JSON Placeholder API: Create React app, install `@reduxjs/toolkit` & `react-redux`, set up Redux store, create API slice, use hooks in components, configure caching & manually refetch data.

Mastering React Router V7: Scalable & Maintainable Apps

Build scalable & maintainable React apps with React Router v7! Set up projects, configure routes, manage data, render flexibly & enhance user experience. Plus, learn styling with Tailwind CSS for rapid dev of responsive UI components.

Deploying Vite React App To GitHub Pages In 5 Easy Steps

Deploying a Vite React app to GitHub Pages is easy! Install gh-pages, update package.json & vite.config.js, then run npm run deploy to build and push your site live at https://your-username.github.io/repo-name/

State Management With Redux Toolkit In React Applications Simplified

Discover how Redux Toolkit simplifies state management in React apps with its configureStore function, createSlice utility & automatic immutability handling. Reduce boilerplate code & improve developer experience.