By default ES6 modules in create-react-app use relative paths. But using relative paths is a real pain when you start dealing with deeply nested tree structures because you end up with dot-dot syndrome. After digging through a bunch of github issues I was finally able to boil down the steps required to implement absolute imports …
React Pan & Zoom
A simple pan and zoom for canvas like elements in react. Normally zoom libraries zoom in/out only images but this library can zoom in/out any html element. https://github.com/ajainarayanan/react-pan-zoom
JSON Formatter Chrome Extension
Makes JSON easy to read. Open source chrome extension. FEATURES• JSON & JSONP• Syntax highlighting• Collapsible trees, with indent guides• Clickable URLs• Toggle between raw and parsed JSON• Works on any valid JSON page – URL doesn’t matter• Works on local files too (if you enable this in chrome://extensions)• You can inspect the JSON by …
Stripe Connect and Connect Payouts
Businesses use Stripe Connect to accept funds and pay out millions of third parties. Connect Payouts gives you the same funds routing, recipient UIs, and compliance capabilities for just your business’s payouts—no matter how you accept funds. Previously, Stripe Connect required that payouts were linked to incoming payments. Now, you can use Connect Payouts to …
tipsi-stripe
This is the package that provides a complete solution of payments in React Native. This provides the stripe elements and forms that we can use in React Native (iOS/Android platforms).We can easily build the stripe payment using this package in React Native. https://github.com/tipsi/tipsi-stripe
React QR Reader
A React component for reading QR codes from the webcam. It uses the WebRTC standards for reading webcam data and jsQR is used for detecting QR codes in that data. To optimize the speed and experience, a web-worker is used to offload the heavy QR code algorithm on a separate process. The web worker is inlined and loaded on …
React Native Web
React Native is a multi-platform solution developed by Facebook that lets you build mobile apps using JavaScript. These mobile apps are considered multi-platform because they’re written once and deployed across many platforms, like Android, iOS and the web. Today, we’ll see how we can utilize this powerful technology to build platform-focused applications on the web. …
Papercut – Desktop SMTP Server
The problem If you ever send emails from an application or web site during development, you’re familiar with the fear of an email being released into the wild. Are you positive none of the ‘test’ emails are addressed to colleagues or worse, customers? Of course, you can setting up and maintain a test email server …
Code Beautify
Code Beautify is the 3rd party service that provides numerous converters, editors, validators and etc.https://codebeautify.org/
Foreign exchange rates and currency conversion JSON API
Fixer is a simple and lightweight API for current and historical foreign exchange (forex) rates. It provides over 150 currencies real-time exchange rate. It also includes the free plan and it only provides the rate corresponding Euro not USD on free plan.https://fixer.io/