Results for tag #react
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.”
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
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
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.