
React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
-
- Sign up for GitHub or sign in to edit this page
- Created by Jordan Walke
- Released March 2013
- Latest release 13 days ago
Here are 69,799 public repositories matching this topic...
Interaction names longer than about 30 characters are truncated without tooltips and so cannot be seen. If you go to the "Interactions" tab of the profiler, both the left-hand column and the right-hand sidebar are of fixed size and show a truncated name.
This is a good first PR!
We should add some tests to cover #7036. They should cover both JavaScript and TypeScript support.
They can probably be added to test/fixtures
.
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
We have a case like this: after the onChange
event emit, we will validate the targetKeys
, if the validation has error, we hope there will be a red border at the outside of the targetKeys
list, and the e
Select component's onChange is work, but it cannot render selected value.
import React, { useState } from 'react';
import InputLabel from '@material-ui/core/InputLabel';
import Select from '@material-ui/core/Select';
import MenuItem from '@material-ui/core/MenuItem';
export default function Test() {
const [test, setTest] = useState({
a: '',
b: '',
sum: {
https://github.com/storybookjs/presets/blob/master/packages/preset-storysource/index.js
- Move the preset from the presets repo into this package
- Update it to use
source-loader
- Update docs
Bug report
Describe the bug
Default viewport tag is being appended to and not replaced whenever you use define your own custom viewport tag.
To Reproduce
Define a simple _app.tsx
that attempts to set a custom viewport meta tag.
import App from 'next/app'
import Head from 'next/head'
class MyApp extends App {
render() {
const { Component, pageProp
Renovate is fantastic but because of our config at the moment, we get several updates in a day.
We should probably do two things
- batch all minor updates in a single PR
- schedule them at a reasonable time (twice a week, perhaps at 10 am GMT)
This should go in config at https://github.com/gatsbyjs/gatsby/blob/master/renovate.json
Documentation for options is at https://docs.renovat
The FreeCodeCamp.cn(FCC China) open source codebase and curriculum. Learn to code and help nonprofits.
-
Updated
Oct 16, 2019 - 8 commits
- CSS
A collection of awesome things regarding React ecosystem
-
Updated
Oct 16, 2019 - 1 commits
📜 33 concepts every JavaScript developer should know.
-
Updated
Oct 16, 2019 - 352 commits
- JavaScript
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
-
Updated
Oct 16, 2019 - 2 commits
- JavaScript
Awesome React Native components, news, tools, and learning material!
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Just like we have a create-react-app
for react, we now have nano-preact-app
for preact.
There's not much bloatware. Just an index file that renders our App, an App component that showcases how we can create a Component and a couple of build scripts for developers.
I am also using Parcel to build the project.
PRs and issues welcome. Hope it helps everyone!
Here it is: [nano-preact-a
:fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
问题描述
创建FunctionComponent类型的页面,设置页面的config时不方便,希望在官方的FunctionComponent中加入config的类型定义
复现步骤
现在通过新建的taroPatch.d.ts实现的
import Taro from '@tarojs/taro'
declare module '@tarojs/taro' {
interface FunctionComponent {
config?: Taro.Config
}
}
期望行为
直接在node_modules\@tarojs\taro\types\index.d.ts
中加入config类型定义
报错信息
 twice, even though it was a small thing.
If we were about to copy those files, how do we ensure people will edit the right one?
Is it really that problematic with Docusaurus to reference the one from the root folder? Some sort of aliasing?
Curated List of React Components & Libraries.
-
Updated
Oct 16, 2019 - 351 commits
A terminal emulator for the 21st century.
-
Updated
Oct 16, 2019 - 2 commits
- TypeScript
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType
in src/data/queries/index.js
importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
material-ui bindings
📖 Documentation
Both, formik and material-ui are two very prominent libraries.
https://github.com/stackworx/formik-material-ui is a binding to ease the use of formik with material-ui and I think it's worth mentioning this in the docs.
The current React-Redux docs aren't very helpful, for a lot of reasons:
- They're just a Markdown file in the repo, instead of being published in HTML form
- It feels very "dense" and jargon-heavy
- It doesn't clearly lay out the various options for
connect
and ways that you can use it - It's primarily in API reference form, rather than a "how to"
We do also have the "Using React with R
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
-
Updated
Oct 15, 2019 - 566 commits
- JavaScript
Learn about react
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
to reproduce: