Results for tag #react

dynamic-adjustment-of-the-iframe-height
Locastic, Frontend, May 5, 2021 - 2 min read

Dynamic adjustment of the iframe height

Custom scrollbars are not supported in iOS14, so here’s how you can adjust the iframe height dynamically based on the content.”

bulletproof-static-code-analysis-for-react
Locastic, Sep 29, 2020 - 4 min read

Bulletproof static code analysis for React

Static code analysis is fast, simple and best of all, it gives you immediate feedback for the code you write without having to actually run it

react-native-cookie-based-authentication
Locastic, Jun 3, 2020 - 4 min read

React Native cookie-based authentication

Cookie-based authentication is not as straight-forward in React Native, unlike standard web networking APIs

illogical-operators-in-javascript
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.