Dive into implementation techniques and best practices for cookies and sessions in React, to ensure your React apps are efficient and secure.
Tag: cookies
Understanding Cookies and Sessions in React
10 Client-side Storage Options and When to Use Them
Sometimes you want to store data in the browser and not send it to a server. Learn 10 ways to do so, their pros, cons, limits, and use cases.
Build a Countdown Timer in Just 18 Lines of JavaScript
Yaphi Berhanu creates a JavaScript clock widget to demonstrate how coding your own components leads to more efficient code.
Quick-Tip: Show Modal Popup after Time Delay
James Hibbard demonstrates how to open a modal window with a time delay — a potentially useful technique to highlight a call to action on your site.
How to Set, Get and Delete Cookies in WordPress
Rafay Saeed Ansari walks through a simple example of how to set, get and delete cookies in WordPress, covering some of the variables you’ll encounter.