reactjs
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 107,223 public repositories matching this topic...
-
Updated
Jun 8, 2022 - TypeScript
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
-
Updated
Jun 7, 2022 - JavaScript
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
-
Updated
Jun 8, 2022 - TypeScript
What you were expecting:
-
Updated
Jun 7, 2022 - TypeScript
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
May 28, 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 behaviour?
Default value is not useful in text widget and should be removed.
What is the current behaviour?
Default value is not used currently.
Any possible solutions?
- Go to
component.jsfile find code for Text widget remove line (758 at time of raising issue)defaultValue: { type: 'code', displayName: 'Default value' }
Can you ident
We should audit all our prod deps for actual usage. Discovered today that we're not using:
React notification made easy
-
Updated
Jun 7, 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
Jun 9, 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
Jun 5, 2022
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
-
Updated
Jun 9, 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
-
Updated
Jun 8, 2022 - TypeScript
A useful list of must-watch talks about JavaScript
-
Updated
Dec 31, 2020
Windows 11 in React
-
Updated
Jun 9, 2022 - JavaScript
Toolkit for building accessible web apps with React
-
Updated
Jun 9, 2022 - TypeScript
Created by Jordan Walke
Released March 2013
Latest release about 1 month 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