Cookies, Sessions and Local Storage

Learn how to manage Cookies, Sessions and Local Storage.

Creating a Shopping Cart with the Data Store Component

The Data Store component allows you to store and edit local data in a simple local storage driven database. You can use this component to create a shopping cart, favorite products list, task lists e…

Creating a Cookie Consent Alert

You can easily add a “We use cookies” notification to your website using the Cookie Manager and Alerts Component in Wappler. We will create a basic informational notification which tells your users th…

Working with Arrays

The Array component in Wappler allows you to store items in arrays and manage them. Here we will show you a simple example of how to use an array in order to create a tags input, where you enter tags…

Passing Values Between your Pages

Sometimes you need to pass values between different pages of your site. You can easily do this in Wappler using the State Management Component. There are several ways of doing this - for example usin…

Using Cookie to Show Modal Once

If you want to show modal only on first load, or only once then cookies are the way to go. We added App Connect and Bootstrap 4 frameworks on our page. First let’s setup the cookies. Right click App(…