Gihan Ranganagihan.hashnode.dev·Jun 15, 2024Highly Customizable React Custom Select Box ComponentEnhance your user interfaces with a fully customizable React Select Box component. This versatile component replaces standard HTML select boxes with a user-friendly drop-down menu, giving you complete control over style, behavior, and functionality. ...simplebar
Israel Morenoisrael-moreno.hashnode.dev·Feb 1, 2024SafeAreaView vs useSafeAreaInsets - ¿Cual usar ?TL:DREn este post explicaré porque debemos utilizar el hook useSafeAreaInsets en lugar de SafeAreaView y que beneficios tenemos al utilizar useSafeAreaInsets, haciendo un ejemplo implementando un StatusBar componente genérico con diferentes colores d...React Native
Roshan kcroshankc.info.np·Sep 5, 2022Introduction to React.js | Installation, JSX, and Custom Components - Day 1Reactjs is a javascript library to build front-end user interfaces. It follows the declarative approach to writing code. You can manage the state in your application and react will render a specific component when the data changes. Reactjs uses JSX ...15 likes·233 readsTen-day ReactjsReact