Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Category Archives: React
Frontend interview expertise at CoinDCX – React Developer

Frontend interview expertise at CoinDCX Whats up of us, I’m glad that I’m part of CoinDCX group now and acquired the chance to make crypto accessible to thousands and thousands. On this put up, I wish to share my interview expertise at CoinDCX. How did I apply I used to be invited to a job…
Day 21 of #100daysofcode: Your code will hang-out you – React Developer

Day 21 of #100daysofcode: Your code will hang-out you I hope everybody has had an excellent vacation to date. One in every of my mentors actually preferred the phrase “Your code will hang-out you” and I assumed it was actually memorable. It was form of a mantra to verify the code you had been writing…
Scroll to Enter on Formik Failed Submission – React Developer

Scroll to Enter on Formik Failed Submission Formik is a well-known React library that enables to create types, handle, and validate their state. It comes with built-in assist for Yup, a schema builder for worth parsing and validation. The FieldArrray helper is considered one of my favourite Formik options. It allows the manipulation of lists…
How I construction my React.js initiatives – React Developer

How I construction my React.js initiatives Structuring React functions into information and folders is an opinionated subject, as a result of there is no such thing as a proper or incorrect approach to do it. I made a decision to share how I’ve structured my initiatives recently. Warning: Extremely opinionated! Let’s get began. Single file…
How are you utilizing Styled Elements? – React Developer

How are you utilizing Styled Elements? Howdy!Have you ever ever used style-components in a React challenge earlier than? And, extra typically, what are your ideas of it? I am asking as a result of we wish to implement styled-components help for Agrippa, the React CLI for element technology! Actually, it is the second concern opened…
Fashionable Web Dev – UI – CSS-in-JS – React Developer

Fashionable Web Dev – UI – CSS-in-JS CSS in JS! I really feel like every little thing that may be mentioned in regards to the matter (after which some extra) has already been mentioned. If you happen to’ve missed all of it, contemplate your self fortunate. For context, although, I am going to solely give…
Auto-fixable import sorting guidelines for ESLint – React Developer

Auto-fixable import sorting guidelines for ESLint The beautiful a lot commonplace manner of sorting imports in JavaScript: third social gathering imports first then native default exports after which native exports And here is the snippet that kinds them on this precise order and satisfies my wants fully! $ npm i –save-dev eslint-plugin-import # or $…
Reactify your checkbox ! – React Developer

Reactify your checkbox ! Reactify your checkbox ! Checkout extra Articles on Sayed.CYou #Reactify #checkbox
4 Idea For Clear Code – React Developer

4 Idea For Clear Code KISS: Preserve It Easy & Silly: Make your code easy and keep away from from complexity DRY: Don’t Repeat Your self : At all times keep away from boilerplate code. DIE: Duplication Is Evil : Each piece of information will need to have a single illustration. YAGNI: You Ain’t Gonna…
State Administration to your React Apps – Simplified! – React Developer

State Administration to your React Apps – Simplified! Hello there fellow developers! 👋 On this weblog, I’ll present you how one can implement a scalable state administration answer to your React apps – with out the necessity of any third social gathering library or toolkit! In case you guys are unfamiliar with state administration and…