-
Updated
Feb 9, 2021 - TypeScript
Here's what's popular on GitHub today...
-
Updated
Feb 10, 2021 - Python
Not everyone takes a break over the festive season. Some people in the community have been busy shipping releases. So we’re here to bring you the latest and greatest releases for January 2021.
-
Updated
Feb 10, 2021 - TypeScript
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
-
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
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
There are multiple benefits to use GraphQL query instead of the RESTful endpoints: