Dockerizing React and Kotlin Applications for fast development and easy interactions
ReadAdd routing to your SPA with react-router-dom, and package everything into a nice looking navigation bar.
ReadDo you want to ensure that your new code is working as expected, without breaking existing functionality? Protect business logic and layouts using Jest unit tests!
ReadWant to have backend responses without actually having to prepare that backend? Simply set up a mock server for fast local development!
ReadAlmost no Web application can run entirely in the browser. Introducing HTTP backend calls using the useEffect React hook.
ReadWhat are React hooks? Can I use them to add state into my components without using the typical, clunky setState? How to create a different account display using the setState hook.
ReadHow to create a React Application from scratch using create-react-app. Set up the first couple of components, understand props, and add styling.
Read