tutorial
Here are 1,617 public repositories matching this topic...
When I open any chapter, say ch01:
https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/ch01.html
Right chevron links to the current chapter header. I'd expect it to link to the next one.
Env:
MacOS
Desktop Chrome v79 (latest)
I haven't used Gitbook, but it might be solvable via GitBook update, also mentioned in #542
-
Updated
Feb 23, 2019 - JavaScript
How about we collect some advice in docs/translations.md under Keeping translations up to date or similar?
Working on #1118 I naively scrolled through the commit list and looked at merge commits that seemed to add content
-
Updated
Apr 11, 2020 - JavaScript
When following the "Connect app..." workflow in the Amplify Console with a GitHub.com repository, it's clear that the Amplify Console requires more than just read only access to the user's GitHub account yet the Amplify console sets conflicting expectations and the workshop module's README.md does not set the degree of access expectations with the user so that the user can make a more informed dec
Section: Optimizing - Minifying - Minifying Css
By default, the cssnano would remove the vendor prefix of the stylesheet. So I think it better to disable the autoprefixer, or at least inform the reader somewhere in this section.
-
Updated
Apr 24, 2020 - JavaScript
limited grid items
-
Updated
Jun 21, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
基础篇 Numpy 的安装并不太准确
在基础篇 NumPy 的安装这一则内容中的表述并不太准确,如下:
基础篇 NumPy 的安装
对于 Windows 用户而言,直接在 cmd 或者 power shell 中输入 pip install numpy 命令后,安装的并不是完整版的 NumPy.
没有 mkl 支持的 NumPy 没法生成窗函数(至少是这个,别的函数应该也有不支持的)。
建议 Windows 用户从 [Unofficial Windows Binaries for Python Extension Packages](http://www.lfd.uc
Please see this issue: facebook/react#13006.
Children aren't meant to be manually managed in an array. Instead, the idea is that you should call underlying library's appendChild and similar methods in your appendChild.
Declaring classes and keeping track of children in arrays and then calling render kind of goes against that because you're ignoring the valuabl
-
Updated
Jun 2, 2020 - JavaScript
Typo in sentence
http://marksheet.io/css-transitions.html
You can meaning that the transition will happen at a constant speed.
not sure what the intention here was, so no pull request with correction, sorry :}
-
Updated
Jan 8, 2019 - JavaScript
It seems there are plenty of companies / projects using Trip.js for now. So I think it's a good time to add showcase page for Trip.js :)
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Sep 2, 2016 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jun 22, 2019 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Apr 15, 2020 - JavaScript
apollo-server >=2.6
@apollo/react-hooks >=3.1
react-native >=0.60
replace redux with apollo @client local state now that Apollo DevTools is built into React Native DevTools!
-
Updated
Oct 10, 2019 - JavaScript
-
Updated
Apr 28, 2017 - JavaScript
The current react tutorial uses Apollo Client v2 stable. v3 changes some of the APIs. We can update the tutorial with the necessary changes.
- cache.read and cache.write are replaced with cache.modify.
// TODO: Add more changes here.
Improve this page
Add a description, image, and links to the tutorial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tutorial topic, visit your repo's landing page and select "manage topics."


Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use
.jsxinstead of.js? It's not a best practice: facebook/create-react-app#87 (comment)