-
Updated
Feb 9, 2021 - TypeScript
Here's what's popular on GitHub today...
-
Updated
Feb 10, 2021 - Python
Join the GitHub community for an AMA with Staff Software Engineer, Author, Inventor and Homebrew Maintainer Mike McQuaid. We’ll discuss Open Source, burnout, mentoring, being a hands-on Dad and his Engineering values.
-
Updated
Feb 10, 2021 - TypeScript
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Dependabot Preview
Dependabot is moving natively into GitHub! To move forward from Dependabot Preview, see the docs.
-
Updated
Feb 8, 2021 - C#
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 9, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
R-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Swift
-
Updated
Feb 10, 2021
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Feb 5, 2021 - Java
-
Updated
Feb 10, 2021
-
Updated
Feb 5, 2021 - Dart
-
Updated
Feb 9, 2021
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.
There are multiple benefits to use GraphQL query instead of the RESTful endpoints: