Results for tag #javascript
Frontend, Oct 6, 2022 - 2 min read
Credit card form UX implementation
Examples of some useful helper functions for improving credit card form user experience.
Locastic, Apr 15, 2020 - 6 min read
Using Netlify functions with Gatsby Js and Google Sheets API
Use serverless Lambda functions to send emails after form submit and communicate with the Sheets to update the data.
Frontend, Oct 15, 2019 - 6 min read
Asynchronous Javascript
Introduction to modern asynchronous code handling in Javascript while using less code.
Handling multi-language support with GatsbyJs
Our approach might help if you’re building blazing-fast static websites with GatsbyJs, but struggling to achieve multilingual support.
Frontend, May 29, 2019 - 5 min read
(Il)logical operators in JavaScript
Check the explanation of internal functionality and some examples of useful applications of logical operators in vanilla JavaScript and React.