"If we continue to develop our technology without wisdom or prudence, our servant may prove to be our executioner"
|
—
Omar Bradley,
General, US Army
|
|
|
|
|
Last week we discovered DaisyUI, which is a Tailwind-based components library (open and free). This can be a great resource if you enjoy using Tailwind and are looking for ways of speeding up frontend development while maintaining a consistent look-n-feel.
|
|
|
|
MOAR FRONTEND GOODIES PLEAZE! 😛 We hear you!
If you also find annoying having to think about loading indicators, fear no more! With Loaders you can access a wide collection of free loaders & spinners for your next project. Built with HTML, CSS and SVG. Available for copy-pasta or as a tree-shakeable React component library!
|
|
|
|
When to use generics when writing Go code, and when not to use them. If you are into Go, you probably heard that Generics all the new rage. But, as with anything, they are not a silver bullet that solves all the problems, so let's learn how to use them best (and when to avoid them).
|
|
|
|
A very interesting take on client side hydration (the process of making server-rendered pages interactive on the client side). Most modern frameworks like React consider hydration an integral and unavoidable part of their server-side rendering support. This article begs to differ and makes the point that hydration is not just unnecessary but also it makes your apps slow. But what should we do instead?
|
|
|
|
What are the benefits of using push notifications and what can you use them for? In this article, Lee Munroe explains how to implement them and which practices are best to follow.
|
|
|
|
If you want to learn a modern JavaScript framework like React or Angular, you better be familiar with the terminal! So many frameworks and tools assume that you're proficient with it, without ever explaining it. This blog post is your missing manual, covering all of the most important fundamentals.
|
|
|
|
If you didn't have enough frontend material for this week, let's close this issue with a deep-dive into the CSS :has parent selector with some use-cases and examples.
|
|
|
|