NeelThakker7's Categories
NeelThakker7's Authors
Latest Saves
Using these will put Web Developer on Steroids.
THREAD 🧵 ↓
{ 1 } React Hot Toast
The Best Toast in Town. Smoking hot React notifications.
Add beautiful notifications to your React App
https://t.co/aS33IRbQwe

{ 2 } React Content Loader
SVG-Powered component to easily create placeholder loadings (like Facebook's cards loading).
https://t.co/pkj87VbESx

{ 3 } React Filepond
A new way to upload files
- Multiple Input Formats
- Image Optimization
- Responsive
- Async or Sync Uploading
https://t.co/C5k3EWX4eO

{ 4 } React Notion X
Fast and accurate React renderer for Notion. TS batteries included. ⚡ ️
https://t.co/TZ8aKhflR3

99.8% don't know all of them.
THREAD 🧵 ↓
1. Random Image via API
The most powerful photo engine in the world.
The Unsplash API is a modern JSON API that surfaces all of the info you’ll need to build any experience for your users
https://t.co/1QjvCWijQi

2. Embeddable Widget Apps for Notion
Add 3rd party apps embed or create a custom embed for your Notion Document.
https://t.co/ivxZvNGMf0

3. Carbon
Create and share beautiful images of your source code. Start typing or drop a file into the text area to get started.
https://t.co/CpDiVOhYDS

4. Peppertype
Generate better content copies in seconds with the power of Artificial Intelligence.
Expanding your content for writing blogs is easier than ever before
AI-Generated tweet ideas
https://t.co/zQp1AI66Ew

A thread🧵
Never declare variables inside a for
When executing lengthy 'for' statements, don't make the engine work any harder than it must.
— Devesh (@Deveshb15) June 16, 2021
It is highly inefficient to traverse the DOM to find the 'container'.
That's the reason you must always declare a variable outside the 'for' loop! pic.twitter.com/kArmUVSV78
Copy to
JavaScript Tip\U0001f530
— Devesh (@Deveshb15) May 10, 2021
Copy to Clipboard button in JavaScript!\xa9 pic.twitter.com/VLgM8C99ER
Use "splice" instead of
Use splice instead of using delete to delete an item from an array. Using delete replaces the item with undefined instead of removing it from the array.
— Devesh (@Deveshb15) July 2, 2021
The delete method should be used to delete an object property. pic.twitter.com/ntMLWNVVFN
Array of unique
Create an array of unique values in JavaScript i.e. remove duplicates\U0001f530
— Devesh (@Deveshb15) May 31, 2021
We can create a new array containing only the unique values by using the Set object with the Spread operator. pic.twitter.com/3epttOha44