reactjs
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 105,149 public repositories matching this topic...
-
Updated
May 25, 2022 - TypeScript
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
-
Updated
May 9, 2022 - TypeScript
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
-
Updated
May 17, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.
Describe the solution you'd like
For now I am using the same emptyText as is used in the same case where the reference is not set. This works for me, but maybe
-
Updated
May 25, 2022 - TypeScript
-
Updated
May 23, 2022 - JavaScript
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
-
Updated
May 23, 2022 - JavaScript
-
Updated
Mar 5, 2022
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-offseWhat is the expected behavior?
Expanding the code-hinter it should be stacked above the query editor panel.
What is the current behavior?
While expanding the code-hinter to enter the value, it gets behind the query editor panel.
How to reproduce the issue?
- Expand the query panel and click on the "create query" button
<img width="1440" alt="Screenshot 2022-05-25 at 5 5
We should audit all our prod deps for actual usage. Discovered today that we're not using:
React notification made easy
-
Updated
May 23, 2022 - TypeScript
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
-
Updated
May 16, 2022 - TypeScript
A customizable, open-source eCommerce platform built on WordPress. Build any commerce solution you can imagine.
-
Updated
May 26, 2022 - PHP
The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
-
Updated
May 16, 2022 - CSS
-
Updated
Apr 30, 2022
-
Updated
May 25, 2022 - TypeScript
Bug description
When the backend API responds with 500 error code then the loader on charts section loads infinitely
Expected behavior
Charts should show No Data like in trace table.
Version information
A useful list of must-watch talks about JavaScript
-
Updated
Dec 31, 2020
-
Updated
May 25, 2022 - TypeScript
Describe the bug
An error "NextLink is not defined" is displayed when following the documentation for NextUI Link component. Documentation link - https://nextui.org/docs/components/link#next.js-link
Your Example Website or App
https://codesandbox.io/s/kmd6yi?file=/App.js&from-sandpack=true
Steps to Reproduce the Bug or Issue
Windows 11 in React
-
Updated
May 25, 2022 - JavaScript
Toolkit for building accessible web apps with React
-
Updated
May 26, 2022 - TypeScript
Created by Jordan Walke
Released March 2013
Latest release 29 days ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia



这个特性解决了什么问题?
项目用到了微信小程序相关的城市服务快速填写组件,目前用了taro-plugin-inject 做了input 属性的注入,希望后续可以直接支持这个属性。
这个 API 长什么样?
input 支持auto-fill属性,目前编译出来input标签上没有这个属性