freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
-
Updated
Oct 4, 2020 - JavaScript
{{ message }}
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
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.
The styled and wrapped version of the Next.js Linkcomponent provided by the Material UI next-js template/example is not 100% usable in TypeScript projects because IntelliSense does not work with the current JavaScript version of the component. For example, there are no suggestions available for its props.
I converted the JS
As a user of [x] framework/language, I'd love to see an easy path towards migrating to Next.js
Documentation around common providers and how exactly you can switch to Next.js from them.
Let's start with a few of the most popular and see what others in the community would get value from.
Describe the bug
With multiple pure-documentation MDX docs, the scroll position of the preview window does not reset when switching between docs.
To Reproduce
Steps to reproduce the behavior:
The existing docs about adding Google analytics recommend using the gatsby-plugin-google-analytics. Under the hood, this plugin uses Google's analytics.js file.
However, Google has a guide recommending users upgrade to gtag.js instead. There
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
A collection of awesome things regarding React ecosystem
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress
Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.
Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?
Describe alternatives you've considered
If there isn't
Awesome React Native components, news, tools, and learning material!
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。
看了微信的文档,这种情况可以使用WXS来解决,请问Taro中能否使用WXS?如何使用呢?
参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
The type ErrorMessage doesn't have an id property.
It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.
Add id={this.props.id} to the outer component in ErrorMessage.
Curated List of React Components & Libraries.
when running make rhinojs fails due to a missing cp command
cp rhino/buildGradle/libs/rhino*.jar rhino.jar
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
make: *** [rhino.jar] Error 64
Issue was resolved by manually copying one of the jars
`cp rhino/buildGradle/libs/r
Simple, scalable state management.
Beautiful and accessible drag and drop for lists with React
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
Created by Jordan Walke
Released March 2013
Latest release 7 months ago
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple