In React development, organising components well is crucial for maintainability and performance. One approach is using namespaced components, also known as dot notation, where related parts are grouped together.
Ivica Batinić
CSS-in-JS concept has a bad reputation because of its bad runtime performance. This is about to change. With Panda CSS, you can have the best of both worlds, performance and nice syntax – and we have the code examples and runnable projects to prove it.
Ivica Batinić
You should never colocate Next.js Link inside actionable components, instead you should wrap it in the parent component.
Ivica Batinić
You can use inversion of control here instead of useMemo to transform data
Ivica Batinić
You should never colocate Next.js Link inside actionable components, instead you should wrap it in the parent component.
Ivica Batinić