von-moyo.hashnode.devYup: The efficient validation schema handlerUnderstanding how form validation is handled and how to build a schema for it is critical as a Frontend Developer. Forms help users to interact with the system by sending their data to said system for various purposes like authentication, job applica...Jun 25, 2024·6 min read
von-moyo.hashnode.devHow To Create A React AppThere are a number of ways a react app can be created but regardless of the means, there are constants that must be present in every one of them. Tools like node and npm need to be installed before this can happen but the basic foundation will need: ...Feb 23, 2024·8 min read
von-moyo.hashnode.devCreate a new React App with ViteEvery React app is unique, but they all begin with the same blueprint which requires: An index.js, App.css and App.js file A toolchain to use JSX React and react-dom installed A bundler to groups all your files into a single deployable file We ...Feb 23, 2024·10 min read
von-moyo.hashnode.devThe Evolution of Data Management with Decentralised Web NodesThe internet has transformed the way we interact with information, ushering in unusual connectivity and access to knowledge. But still, the current centralized data management paradigm, where personal data resides on the servers of tech giants, has r...Nov 28, 2023·5 min read