reactjs

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 115,476 public repositories matching this topic...
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
Aug 3, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
Since the new v4 major release of react-admin, it seems we have persisted filter enabled by default.
This is convenient for the navigation. However, sometimes we need to reset to the defaults and we may have a lot of filter to disabled one by one.
Describe the solution you'd like
A generic "Clear filter" action that
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Jul 26, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Mar 5, 2022
What do you want and why?
It would be useful to also print the zod
version (since a mismatch / outdated zod can cause a bunch of problems)
Possible implementation(s)
In index.ts:88, add zod
as the last element in array
ISSUE TYPE
-feature
SUMMARY
The social auth on the login page lend themselves to a feeling of "follow us on abc social platform" instead of "login via social platform". Consultation with Patternfly and UXD says we can do something like the image below. Patternfly did recommend using phrasing like Log in with Google
instead of sign in

- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offse
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Aug 3, 2022 - PHP
-
Updated
Jul 21, 2022 - CSS
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Jul 30, 2022
-
Updated
Aug 3, 2022 - TypeScript
The current overview section in the application detail page has 4 charts which need to move from promQL to query-builder APIs. Below are the charts on that page:
- Application latency
- Requests
- Error Percentage
- Top Endpoints
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Jul 22, 2022
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Aug 3, 2022 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release about 2 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
相关平台
微信小程序
小程序基础库: 2.23.3
使用框架: React
复现步骤
const Container = styled(View)
position: fixed; background-color: #3578e5; right: 0; bottom: 24rpx; border-radius: 50%; display: flex; justify-content: center; align-items: center;
<Container
onTouchStart={onTouchStart}
c