tech.tianyaschool.comPWA Offline Storage Strategies-IndexedDB and Cache APIProgressive Web Apps (PWAs) utilize offline storage strategies to provide an offline experience, enabling access to some content even when the network is unavailable. The two primary offline storage t4d ago·4 min read
tech.tianyaschool.comWebGL and Three.js-3D Graphics Applications on the WebWebGL (Web Graphics Library) is a JavaScript API that enables hardware-accelerated 3D graphics rendering in any compatible web browser without the need for plugins. Based on the OpenGL standard, it in4d ago·6 min read
tech.tianyaschool.comDeno Introduction-A Modern Alternative to Node.jsDeno, as a modern alternative to Node.js, offers numerous improvements and innovations, particularly in security, module systems, and developer experience. Although still in development, Deno is a com4d ago·9 min read
tech.tianyaschool.comReact Query Efficient API Request and Cache ManagementReact Query is a powerful state management library designed for handling data fetching, caching, and updating, particularly suited for API interactions. It offers advanced features such as automatic caching, offline state management, data expiration,...Feb 2·5 min read
tech.tianyaschool.comTypeScript Advanced Type Techniques Generics, Union, and Intersection TypesGenerics In TypeScript, generics are a powerful tool that allow us to write reusable components capable of adapting to multiple types. 1. Generic Constraints Generics can be constrained to a specific type or interface, ensuring that the types passed ...Feb 2·6 min read