πŸ€– Coding News ⚑️
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming πŸ’»

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics πŸ’₯

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
Download Telegram
​​Since React props are used to send transmit data between one React component to another, there are many types that you can use to type React props.

⏱ 12 minutes read

#React #TypeScript
​​React 18 Alpha is here there are many things that got added in React 18. React 17 didn’t see many new additions. But that’s definitely not the case with React 18. In this article, we will look at some of the top updates.

⏱ 5 minutes read

#React
​​When learning React Hooks, it seems like black magic. How the heck does useState retains its value? Over time, some learn the hook incantations to get stuff done. Even fewer eventually understand how hooks actually work.

⏱ 8 minutes read

#React
​​I started to build a digital garden for my learning journey. I try different components, layouts, algorithms, stylings to improve my front-end skills. Making a digital garden has some difficulties and challenges. Every experiment (plant in my digital garden) must be abstracted and encapsulated, and also reusable.

⏱ 4 minutes read

#React
​​I’ve been programming computers since the 1980s. In that time, I’ve seen and used a lot of languages and technologies that have come and gone. I watched as the web blossomed with new features, like browsers exchanging XML data asynchronously. Today we call this Asynchronous JavaScript and XML data exchange β€œAJAX”, but ironically, AJAX doesn’t typically even use XML anymore. Most of the time, this data is exchanged as JSON, or YAML, HTML or some other format.

⏱ 7 minutes read

#MicroServices
​​Git is the most popular distributed version control system in the world. Linus Torvalds, the creator of the Linux kernel, built this tool way back in 2005, which is currently an actively maintained open-source project. A huge number of open-source and commercial projects rely on Git for version control.

⏱ 12 minutes

#Git
​​Next.js is a well-known React framework. It’s been around for a few years now. It allows you to create feature-rich React applications without compromising performance and SEO. Remix was created to solve the same issues, but with a different approach. I’ve had a chance to work with it recently, here are my thoughts about these two contenders.

⏱ 7 minutes read

#React #Remix #NextJS
​​Since the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, and may not end anytime soon. What we often overlook in these debates is that every programming language and platform is criticized based on certain issues, which are created by how we use the platform.

⏱ 7 minutes read

#NodeJS
​​JavaScript is the most commonly used programming language in the developer community. Node.js has extended the capabilities of JavaScript to the server-side, empowering developers to build an entire application using a single programming language and thus simplifying coding and maintenance.

⏱ 8 minutes read

#NodeJS
​​​​A few months ago, I wrote an article based on optimizing React loading time, and most of the readers’ comments suggested trying Preact to get default optimization. So I decided to try Preact with the same app used for the previous article. Let’s first get an intro about Preact.

⏱ 4 minutes read

#React #Preact
​​At Vim we’re using TypeScript heavily and through our TypeScript journey I’ve found a few patterns that helps organise and improve types declarativity.
There are a few pain points I’d like to discuss and offer some useful tricks and strategies to confront them

⏱ 7 minutes read

#TypeScript
​​TypeScript has many features that we’re using on a regular basis or, to put in another way, too many features to keep in mind. Releases are pretty often. It means that new features are constantly arriving.

⏱ 10 minutes read

#TypeScript