Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Web Alternatives
Similar projects and alternatives to web
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
awesome-react-components
Curated List of React Components & Libraries.
-
headlessui
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
-
-
-
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
-
-
-
-
-
transition-hook
☄️ An extremely light-weight react transition animation hook which is simpler and easier to use than react-transition-group
-
jest-react-hooks-shallow
Bringing React Hooks to shallow rendering
-
-
-
datepicker
The ultimate tiny tool for creating date and range pickers in your React applications.
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
web reviews and mentions
-
UseHooks – A Collection of Server Component Safe React Hooks
From what I've been able to tell, that lib is unmaintained and one of the original authors left and created this – https://github.com/react-hookz/web.
A lot of older hook libs "break the rules" of React by doing some weird stuff like silencing useEffects deps array, reading refs in render, etc. We tried to avoid that so useHooks will be future proof.
-
Can't come to a conclusion if a component is pure or not. Please make me understand.
I re-read relevant documentation many times and am very aware of what purity means. I guess what's throwing me off is that every hook library uses such implementation of usePrevious: * react-hookz * ahooks * rooks
- React의 맥가이버, react-use, react-hookz!
-
What would you change about React?
export function useMountEffect(effect: CallableFunction): void { useEffect(() => { effect(); // eslint-disable-next-line react-hooks/exhaustive-deps }, []); } ``` Taken from https://github.com/react-hookz/web/blob/master/src/useMountEffect/useMountEffect.ts
-
I built a library for useful react hooks and utilities — react-hooks-library
Hi! How does this compare to [@react-hooks/web](https://github.com/react-hookz/web)?
react-use is also unmaintained. @react-hooks/web is the new library by one of its former maintainers.
-
What are your favourite custom hooks?
Everything in react-hookz!
-
Commonly used libraries (standard "go to") for medium size application
If you are looking for a solid library of useful hooks, @react-hookz/web](https://github.com/react-hookz/web) is a good place to start
-
@react-hookz/web - the successor of react-use, but this time done right
Everyone are welcome: https://github.com/react-hookz/web
-
A note from our sponsor - InfluxDB
www.influxdata.com | 23 Sep 2023
Stats
react-hookz/web is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of web is TypeScript.