32 Stories by Lawrence Eagles
Explore the top React design patterns, like the render props pattern and the state reducer pattern, to solve issues experienced by developers.
Learn how to use the awesome and powerful :modal CSS pseudo-selector to intrinsically detect modal elements.
Serverless functions are not directly a part of Next.js' API. Next.js provides developers with API routes that can be deployed on Vercel as serverless...
There are two different types of events in Node.js. Learn more about them here as well as how to build custom event emitters.
Within CSS, em and rem are both scalable units that also specify values of properties. em and rem are more suited for responsive design.
Vite simplifies the bundling process. It gives us instant dev sever start times and ultra fast bundling by leveraging native JavaScript modules and esbuild.
Implement SSL pinning in React Native to protect mobile apps from hacks by narrowing down the list of trusted certificates.
Altair is a Chromium developer tool that streamlines debugging methods for GraphQL APIs.
Read our route-centric code splitting guide and learn how to speed up your React apps using dynamic imports, React.lazy(), React.Suspense, React Router, and Loadable...
react-native-picker-select, a powerful React Native component that gives you access to the native iOS and Android select interface.
In the latest Tailwind version, developers are able to apply styles using arbitrary values and properties not possible with past design constraints.
TypeScript 4.5 includes enhanced Awaited type, supported lib from node_modules, and the realpathSync.native function.