A video written in React
-
Updated
Feb 9, 2021 - TypeScript
{{ message }}
A video written in React
Fetch currently trending stocks on Reddit
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.
为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
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
天若有情天亦老,我为网站加一秒
Cybernetically enhanced web apps
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
A Curated List of Awesome Facebook Libra Resources
We redesign the outlook app also make it responsive so that you can run it everywhere on your phone, tab, or web.
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
There are multiple benefits to use GraphQL query instead of the RESTful endpoints: