In the last post, I described how I was going about rendering a backwards compatible react admin datagrid component. This part focuses on the data fetching logic.
-
posts
-
GSoC 2021 with Navidrome Part 3 - Data Fetching
-
GSoC 2021 with Navidrome Part 2 - Rendering the Data
-
GSoC 2021 with Navidrome
I found Navidrome at the intersection of two things I like, music and software. My project aims to replace the pagination views in navidrome with smooth infinite scroll (issue).
-
Getting Firefox Source Code on a slow connection
Firefox is hosted on a mercurial repository, and is very large in size (~2GB). I tried cloning it multiple times using
hg clone
, and each I time got either astream ended unexpectedly
or anhttp connection
error. -
Custom Controls with HTML5 Form in Vue/React
I’ve seen many people implement custom POST requests for submitting form data when using modern SPA Frameworks like Vue & React. Most of the times, the need arises because they are using a custom component. The component’s data cannot be passed as it is using HTML
<form>
. That’s whereinput[type=hidden]
comes to the rescue. -
Integrating razorpay into your webapp
In order to start charging customers we require a payment processor. Stripe and braintreepayments.com are popular options in this space. However, Razorpay is perhaps the best option as of now for the Indian audience.