Frontend-Tools
List of Patterns
See the README for an explanation and discussion about this project and how to use it.
The Patterns
Town Patterns
See the README for an explanation and discussion about this project and how to use it.
The Patterns
A pattern language has the structure of a network. [...] The sequence of patterns is both a summary of the language, and at the same time, an index to the patterns. — p. xviii
Town Patterns
We begin with that part of the language which... See more
List of Patterns
design-resources-for-developers
Public
Unwatch
Stop ignoring
Watch
974
Notifications
Participating and @mentions
Only receive notifications from this repository when participating or @mentioned.
All Activity
Notified of all notifications on this repository.
Ignore
Never be notified.
Custom
Select events you want to be notified of in addition to participating and... See more
Public
Unwatch
Stop ignoring
Watch
974
Notifications
Participating and @mentions
Only receive notifications from this repository when participating or @mentioned.
All Activity
Notified of all notifications on this repository.
Ignore
Never be notified.
Custom
Select events you want to be notified of in addition to participating and... See more
GitHub - bradtraversy/design-resources-for-developers: Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
Introduction
Welcome to Ree.js Documentation! This documentation is for the latest version of Ree.js.
What Is Reejs?
Reejs/Ree.js is a framework for building web applications at scale. It is designed to be simple, flexible and powerful.
With Ree.js, your code stays small in size, and your development experience becomes better and your code builds in... See more
Welcome to Ree.js Documentation! This documentation is for the latest version of Ree.js.
What Is Reejs?
Reejs/Ree.js is a framework for building web applications at scale. It is designed to be simple, flexible and powerful.
With Ree.js, your code stays small in size, and your development experience becomes better and your code builds in... See more
Introduction | Ree.js
The AI engineering framework
Marvin is a lightweight AI engineering framework for building natural language interfaces that are reliable, scalable, and easy to trust.
Sometimes the most challenging part of working with generative AI is remembering that it's not magic; it's software. It's new, it's nondeterministic, and it's incredibly powerful - but... See more
Marvin is a lightweight AI engineering framework for building natural language interfaces that are reliable, scalable, and easy to trust.
Sometimes the most challenging part of working with generative AI is remembering that it's not magic; it's software. It's new, it's nondeterministic, and it's incredibly powerful - but... See more
PrefectHQ • GitHub - PrefectHQ/marvin: ✨ Build AI interfaces that spark joy
⌘K
⌘K is a command menu React component that can also be used as an accessible combobox. You render items, it filters and sorts them automatically. ⌘K supports a fully composable API How?, so you can wrap items in other components or even as static JSX.
Demo and examples: cmdk.paco.me
⌘K is a command menu React component that can also be used as an accessible combobox. You render items, it filters and sorts them automatically. ⌘K supports a fully composable API How?, so you can wrap items in other components or even as static JSX.
Demo and examples: cmdk.paco.me
GitHub - pacocoursey/cmdk: Fast, unstyled command menu React component.
react-window
If you like this project, 🎉 become a sponsor or ☕ buy me a coffee
React window works by only rendering part of a large data set (just enough to fill the viewport). This helps address some common performance bottlenecks:
React components for efficiently rendering large lists and tabular data
If you like this project, 🎉 become a sponsor or ☕ buy me a coffee
React window works by only rendering part of a large data set (just enough to fill the viewport). This helps address some common performance bottlenecks:
- It reduces the amount of work (and time) requi
bvaughn • GitHub - bvaughn/react-window: React components for efficiently rendering large lists and tabular data
React Hook Form
Performant, flexible and extensible forms with easy-to-use validation.
Performant, flexible and extensible forms with easy-to-use validation.
React Hook Form - performant, flexible and extensible form library
In 2024, Supabase has emerged as a very robust authentication solution and offers easy integration with React apps, both on the server, say, in a Next.js project, and on the client. In past years, Firebase was chosen for similar reasons, but it’s harder to integrate on the server side of things.
If you’re using Next.js, you have a ton of options ava... See more
If you’re using Next.js, you have a ton of options ava... See more
📚 React Libraries You Should Use In 2024
Frontend Fuzzy Search
@m31coding/fuzzy-search is a frontend library for searching objects with ids (entities) by their names and features (terms). It is
@m31coding/fuzzy-search is a frontend library for searching objects with ids (entities) by their names and features (terms). It is
- Fast: A query takes usually well below 10 ms.
- Accurate: Powered by n-grams with a novel approach of character sorting.
- Multilingual: The language-agnostic design of the algorithm enables operation acr