The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
-
Updated
Nov 5, 2019 - 24 commits
- JavaScript
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
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.
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
When I'm testing the clearOnEscape variation of the Autocomplete component on docs and pressing escape causes the browser to exit from fullscreen
The b
Describe the bug
My component define the following property:
initialVisibleMonth: oneOfType([momentType, func])
The rendered prop in docs props table is:
Union<custom | func>
Expected behavior
I am not sure, what bothers me is the "union" text, IMO this is confusing for the reader of the doc. Ideally, it would be awesome to have someting like:
moment | func
graph.cool can be setup with many different authentication providers, the most basic of which is email-password authentication. Once email-password authentication is enabled for your graph.cool p
The default gatsby-theme-blog avatar isn't responsive.
npx gatsby new my-themed-blog https://github.com/gatsbyjs/gatsby-starter-blog-theme
cd my-themed-blog
npm run developOpen http://localhost:8000 and view default avatar on small screen sizes.
Example project: https://github.com/trevordmiller/trevordmiller.github.io
The FreeCodeCamp.cn(FCC China) open source codebase and curriculum. Learn to code and help nonprofits.
A collection of awesome things regarding React ecosystem
📜 33 concepts every JavaScript developer should know.
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
Awesome React Native components, news, tools, and learning material!
I have an email signature that deeplinks to "tel:" and "skype:". I'd like to keep link tracking on, but the link tracking does not work on the skype link when it is sent through as when the deeplink is redirected, it garbles the uri. "skype:" becomes "https://link.nylas.com/link/...?redirect=**skype%3A{username}%3Fchat**&r=cnVhZGhhbkBnbWFpbC5jb20="
It would be nice to be able to either fix this,
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.
如题,有时重新翻文档时突然发现某些地方更新了。
相比版本更新的很多内部优化,但凡文档更新大都是需要开发者关注的。
当某天重看文档时,面对一篇几千内容的文档,一段重要内容的一行文案变更,或者某个大类的角落摸摸增加了一小段子类目,实在难以查别
更新一下文档,包括区块、新增页面等部分。
@cloverich We shall also figure out to deal with that README, I did not like that I had to do the change (#2144) 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.
A terminal emulator for the 21st century.
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
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.
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18
The current React-Redux docs aren't very helpful, for a lot of reasons:
connect and ways that you can use itWe do also have the "Using React with R
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.