Pritamkr_ Profile Banner
Pritam Profile
Pritam

@Pritamkr_

Followers
849
Following
4K
Media
489
Statuses
3K

💻 Actively Looking for a Frontend Developer role 💻 Frontend Developer @sellermate 🧑‍💻 Talks about JavaScript, ReactJs

Hazaribagh
Joined September 2020
Don't wanna be here? Send us removal request.
@Pritamkr_
Pritam
2 months
When you need to apply styles that aren’t affected by CSS classes (like dynamic positioning).
Tweet media one
0
0
0
@Pritamkr_
Pritam
2 months
When It’s Okay to Use Inline Styles.There are situations where inline styles make sense — for example:. If you're applying styles dynamically based on props (like a changing background color or size). For quick experiments or one-off components.
1
0
0
@Pritamkr_
Pritam
2 months
5. No Preprocessing or Features. With inline styles, you lose out on features like nesting, variables, or mixins that you get with SCSS or other preprocessors. It also makes theming (like switching between dark and light mode) harder to manage.
1
0
0
@Pritamkr_
Pritam
2 months
4. Performance Issues. Inline styles are usually defined as new objects every time the component renders. React treats them as different each time, which can lead to unnecessary re-renders if you're not careful.
1
0
0
@Pritamkr_
Pritam
2 months
3. No Reusability. You can’t reuse inline styles easily. If you need the same styling elsewhere, you’ll have to copy-paste the style object or write some extra logic not very efficient.
1
0
1
@Pritamkr_
Pritam
2 months
2. Messy and Hard to Maintain. Putting styles directly in your JSX can make the component cluttered and harder to read. It also mixes structure and design, which makes scaling your codebase harder over time.
1
0
1
@Pritamkr_
Pritam
2 months
1. Limited Styling Capabilities. Inline styles don’t support things like :hover, :focus, or media queries. So if you want to add interactions or make your UI responsive, you’ll hit limitations pretty fast.
1
0
0
@Pritamkr_
Pritam
2 months
Why We Usually Avoid Inline CSS in React.Even though React lets you use inline styles (like passing a style object directly into a component), it’s generally not the best approach for building real-world applications. Here’s why:.
1
0
5
@Pritamkr_
Pritam
2 months
RT @Pritamkr_: 💡 Benefits of Working at an Early-Stage Startup. 1. Ownership & Impact.You're not just another developer — your code directl….
0
1
0
@Pritamkr_
Pritam
2 months
Web apps (like YouTube, Twitter, Gmail). Mobile apps (using React Native, Ionic). Server-side apps (thanks to Node.js). Games, IoT, Machine Learning, and more. With frameworks like React, Vue, and Next.js, JavaScript has become the core language of the modern web.
0
0
1
@Pritamkr_
Pritam
2 months
At first, JavaScript wasn’t taken seriously. It was mainly used for small tricks like form validation and animations. But over the years, the language evolved fast. From simple scripts to full-scale apps, JavaScript now powers:.
1
0
1
@Pritamkr_
Pritam
2 months
Shortly after, it was renamed JavaScript (partly for marketing reasons, to ride the popularity of Java at the time—even though Java and JavaScript are very different).
1
0
0
@Pritamkr_
Pritam
2 months
Brendan created the first version of JavaScript (originally called “Mocha,” then “LiveScript”) in just 10 days. Yes, you read that right—10 days!.
1
0
0
@Pritamkr_
Pritam
2 months
Netscape (a popular web browser then) wanted to make websites more interactive. So they asked Brendan Eich, a developer at Netscape, to build a scripting language that could run in the browser.
1
0
0
@Pritamkr_
Pritam
2 months
The Story of JavaScript – From 10 Days to Running the Web. JavaScript is one of the most powerful and widely used programming languages today. But do you know it was created in just 10 days?. Back in 1995, the internet was still young. Web pages were static—just text and images.
1
0
1
@Pritamkr_
Pritam
2 months
RT @RitikaAgrawal08: Scopes in JavaScript 👇
Tweet media one
0
43
0
@Pritamkr_
Pritam
2 months
RT @developertomek: Did you know? 🤔. Every function in JavaScript has a built-in .toString() method that returns the source code of the fun….
0
4
0
@Pritamkr_
Pritam
2 months
RT @Pritamkr_: What will be printed?. #javascript
Tweet media one
0
1
0
@Pritamkr_
Pritam
2 months
10. Great Resume Story.Having startup experience makes your resume stand out. It shows you’ve worked in a challenging and dynamic environment.
0
0
0
@Pritamkr_
Pritam
2 months
9. Resilience & Grit.You learn to solve tough problems with fewer resources this builds strong problem-solving skills and mental toughness.
1
0
0