Blog Posts, page 2 of 17
React CSRF Protection: 10 Best Practices
Web Security"Learn how to protect your React app from CSRF attacks with these 10 essential best practices. Enhance your app's security now!"
How to use Server Side Rendering with React
DevelopmentBest practices and considerations with React Server Side Rendering and React Server Components.
The Ultimate Guide for Hiring React Developers
TechnologyLearn the ways to hire great react developers. This blog also talks about the frontend decisions.
Difference between SWR and React Query in terms of fetching data
TutorialThis article talks about React Query and SWR which will help us create easy to understand and maintainable structure to fetch data from a back-end API endpoint.
Processing Sequential JavaScript Promises using Functional Composition
TutorialHow to execute Promise Series using Composable Promises rather than Promise Chaining or Async/Await — When functions can be composed, Promises can be composed too! — Leveraging reduce() and Closure
Why Components -> State -> setState() in React
TutorialA webpage as a collection of React Components and a Component as an implementation of Functionality and UI with State as a medium
How to Smoothly Render Images in React App?
TutorialImprove your web apps UX by enhancing image render with React's onLoad event and simple SCSS
How to efficiently operate on large datasets using Transducers in JavaScript
TutorialFunctional Chaining on Array creates intermediate collections. How to avoid this inefficient scenario by iterating array elements only once!