List of articles related to React.js library
Good example how we can integrate JWT authentication with React and react-router. How to handle public routes, secure authenticated routes.
Utilize the axios library to make API requests with the authentication token.
Highlights: JWT
react-router
axios
500 question sto check your React knowledge and prepare you for interview in this field.
Highlights: interview
theory
exam
A tilt effect is a visual effect that makes an element look like it is tilting when the user moves the mouse over it. Dive in to see how we can implement it.
Highlights: tilt
styles
animation
Server Components are a new way to build web applications that doesnβt fit with most existing React app.
Is this change as big as the move from Angular.js to Angular 2?
Highlights: Server Components
angular.js to Angular 2
braking changes
Next.js
This component lets you render content that follows your mouse. The component accepts any children, and renders them into a fixed-position div that takes the coordinates of the mouse, with optional offsets.
Highlights: component
mouse tracking
Various techniques and strategies to write clean and efficient code in your React applications. By following these best practices, you can improve the maintainability, performance, and readability of your codebase.
Highlights: bestpractices
javascript
cleancode
Examples how we can write simple test cases to test our custom hooks. Examples are using @react-hooks-testing-library
Highlights: test
react-hooks-testing-library
custom hooks
Simple hook to cache data and prevent fast requests flash your content.
Highlights: custom hooks
cache
requests
After years of using React, it still packs a surprise. Did you know you can update state while rendering?
Highlights: render
hooks
useEffect
setState