Skip to content

Here's what's popular on GitHub today...

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

Azure logo
Popular topic
Azure is a cloud computing service created by Microsoft.
GitHub Community AMA
Upcoming event recommended by GitHub
May
26

GitHub Community AMA

May 26, 2021 • Online

Senior Data Scientist Derek Jedamski @DJedamski will answer questions and share insights about the State of the Octoverse report from build to execution.
Slack + GitHub screenshot
App recommended by GitHub

Slack + GitHub

Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.

Trending repository
Falci
Falci commented May 29, 2020

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
forem
Trending repository
hadiidbouk
hadiidbouk commented May 2, 2021

I am using the GET latest articles endpoint in my project.

The readable_publish_date property added an extra space between the day and the month, this could be fixed on the front end, but if it's a readable publish date why not be better readable 😅

<img width="259" alt="Screen Shot 2021-05-02 at 6 42 01 PM" src="https://user-images.githubusercontent.com

Code Climate screenshot
App recommended by GitHub

Code Climate

Collaboratively improve code quality with Code Climate and GitHub

Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.