News
WebStorm 2023.3 EAP Digest #2: Improvements for Type Only Import, Angular, Svelte, and More
We’re now halfway through the WebStorm 2023.3 Early Access Program! It’s been a while since we’ve updated you on the latest improvements and features we’ve been working on. Here is a round-up of some of the key changes that have made it into EAP builds … more Read More
News
A Simple Dropdown List with React Native
🚀 Simple Dropdown List – React Native 🚀 • No dependencies • Customizable Compatibility Expo ✅ | iOS ✅ | Android ✅ ✔ Installation $ npm install react_native_simple_dropdown_select_list OR $ yarn add react_native_simple_dropdown_select_list 🚀 Example … more Read More
News
A user-friendly and visually appealing anime website with React
AnimeHub AnimeHub is a user-friendly and visually appealing anime website. It allows users to search for animes by title, sort them by genre, view popular, ongoing, top-rated, and newest anime. Additionally, users can create and manage their watchlist. … more Read More
News
A React application made for hobbists/enthusiasts of playing piano
React Piano Player/Visualizer/Analyzer PianoBlocksApp is a web application made for hobbists/enthusiasts of playing piano. This app provides a very simple way to visualize a persons piano playing, by reading his midi File. Link to latest version https://react-piano-player-63qjc9wca-tzmcion.vercel.app/ … more Read More
News
A flexible task management library for JavaScript applications
Kronash Manage timed tasks effortlessly Kronash is a powerful, flexible and easy-to-use task management library for JavaScript applications. Motivation Born out of the need to simplify and enhance the management of setTimeout and setInterval , Kronash … more Read More
News
A 3D tetris game built with Three.js and React
threejs-tetris-react a 3D tetris game built with Three.js + React + TypeScript View Demo View Github Get Started npm install npm run dev … more Read More
News
Adding interactive code snippets to your SSG sites
Engaging your users is and will always be an essential part of SSG sites, whether you’re dealing with developer documentation, guides, API references, or even blog posts like this one. One way to achieve this is by adding interactive and runnable code … more Read More
News
Validating structural data with Valibot
Schema libraries have been a boon to validation in web development for some time, but since the widespread adoption of TypeScript, these libraries have evolved to handle more complex operations such as type-safety, data validation, and transformation. … more Read More