Frontend-Tools
Create awesome tours for your app!
Showcase your app to new users or explain functionality of new features.
It uses react-floater for positioning and styling.
And you can use your own components too!
View the demo here (or the codesandbox examples)
Read the docs
Talk about it on the Discussions board.
Showcase your app to new users or explain functionality of new features.
It uses react-floater for positioning and styling.
And you can use your own components too!
View the demo here (or the codesandbox examples)
Read the docs
Talk about it on the Discussions board.
gilbarbara • GitHub - gilbarbara/react-joyride: Create guided tours in your apps
React Components for the Google Maps JavaScript API
This is a TypeScript / JavaScript library to integrate the Maps JavaScript API into your React application. It comes with a collection of React components to create maps, markers and infowindows, and a set of hooks to use some of the Maps JavaScript API Services and Libraries.
Installation
This... See more
This is a TypeScript / JavaScript library to integrate the Maps JavaScript API into your React application. It comes with a collection of React components to create maps, markers and infowindows, and a set of hooks to use some of the Maps JavaScript API Services and Libraries.
Installation
This... See more
visgl • GitHub - visgl/react-google-maps: React component and hooks library for Google Maps
Heat.js
🌞 A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.
v1.8.2
williamtroup • GitHub - williamtroup/Heat.js: 🌞 A lightweight JavaScript library that generates customizable heat maps and charts to visualize date-based activity and trends.
Build an optimized, secure, and frontend-independent application for multi-platform deployment.
Build smaller, faster, and more secure desktop applications with a web frontend | Tauri Apps
Working Code, Happy CustomersTake action on broken lines of code, crashes, and busted API calls with the only developer-first app monitoring platform built to give you answers - not clues.Nearly 4M developers and 90K organizations rely on Sentry to see what actually matters, solve what's urgent faster, and learn continuously about their code.
Application Performance Monitoring & Error Tracking Software
Hono - [炎] means flame🔥 in Japanese - is a small, simple, and ultrafast web framework for the Edges. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, Vercel, Lagon, AWS Lambda, Lambda@Edge, and Node.js.
Fast, but not only fast.
import { Hono } from 'hono'
const app = new Hono()
app.get('/', (c) =>... See more
Fast, but not only fast.
import { Hono } from 'hono'
const app = new Hono()
app.get('/', (c) =>... See more
honojs • GitHub - honojs/hono: Lightweight, Ultrafast, Web Standards
Back-end
We use TypeScript and Node.js across our back-end applications. They are divided into serverless functions using Next.js API Routes and long running Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others... See more
We use TypeScript and Node.js across our back-end applications. They are divided into serverless functions using Next.js API Routes and long running Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others... See more
What is our tech stack · Resend
The grain of a React component is not the grain of a web component. Their design prioritize different functionality and forms of use. If you try to use one like the other, you’ll fight the direction of their natural grain.
Web components have their own grain and it favors enhancement over replacement. What do I mean by this?
A typical React component... See more
Web components have their own grain and it favors enhancement over replacement. What do I mean by this?
A typical React component... See more
Jim Nielsen • HTML Web Components
For Global State
There are a lot of different state managers in front-end development. Every time you blink a new state management is being open-sourced. But the one that works for me is MobX.
Some people don’t like it because a lot of “magic” happens behind the scenes out of your control. But for me, that is a feature, not a bug. I like to... See more
There are a lot of different state managers in front-end development. Every time you blink a new state management is being open-sourced. But the one that works for me is MobX.
Some people don’t like it because a lot of “magic” happens behind the scenes out of your control. But for me, that is a feature, not a bug. I like to... See more