TCH MA MasoudIt Conditional dynamic validation in NextJs 13/14 with Zod and React-Hook-Form With the release of Next.js 13/14, FrontEnd developers have encountered numerous challenges. This version introduces server components…
TCH MA MasoudIt Deep in: Rendered More Hooks Than During the Previous Render You might encounter this error while working with ReactJS. But when and why does this error occur? In this article, I’ll explain the root…
TCH MA MasoudIt How JavaScript is parsed, fetched and executed JavaScript can be executed in different modes, primarily distinguished as classic scripts and module scripts. The behavior of these scripts…
TCH MA MasoudIt · Towards Dev Final NextJs 13 CICD Gitlab Config To deploy a Next.js project from GitLab to your own server using Continuous Integration/Continuous Deployment (CI/CD), you can follow these…
DSN TCH MA MasoudIt Using Zustand in a React App with Complete Example Managing state in a React application is a crucial aspect of building robust and efficient user interfaces. One popular choice for state…
TCH MA MasoudIt Set Microsoft Calendar(Microsoft 365) With NodeJs When it comes to setting up calendar integration with Microsoft using Node.js, the best authentication method is OAuth 2.0 with…
ECO TCH MA MasoudIt Every Frontend Developer should know, NFT vs IPTable vs UFW, which one? Answer this question: Why did my iptables rules and UFW rules not work?
TCH MA MasoudIt Resolving TailwindCSS and PandaCSS Layer Conflicts In one of our recent projects, we faced an interesting challenge: our core styling system was PandaCSS, but we wanted to bring in…
TCH MA MasoudIt Update Redux State Manually Without Api Call After CUD(create/update/delete) operations, maybe you need update manually redux state. you can do it with these codes, second code is…
GEN TCH HUM LIF MA MasoudIt React Code Review: 8 Things I Check Before Approving a PR Almost every problem you encounter in a React project traces back to one of these eight habits. Not a specific bug, not a minor mistake —…