blog
Contact e-mundo.de
agile BDD CARDS+ CD CI Cloud Control-Area-Network CSS Culture Debugging DevOps Git Infrastructure Java JavaScript Jenkins macOS OpenScience pipeline Python React Research Ruby Scapy SharedLibrary SpringBoot SSCCE Svelte Testing TypeScript UserStories VueJS
Thumbnail
11 min
Spring Data REST sorting and paging with tanstack router and react query (part 4)
In the previous two articles part 2, part 3 we have built a Spring Boot application with a React and Svelte frontend that allowed us to list and edit clubs stored in a database. Previously, we focused on validation and the frontend applications. In this article, I want to focus more on sorting and paging in the React version of the client app. For Svelte, most of the changes should be equivalent.
February 5, 2023 • 11 min read by Rainer Burgstaller
#React #SpringBoot
Thumbnail
11 min
Spring Boot validation with react (part 2)
In the previous installment of this series we created a spring boot based backend for managing Club entities. Here, we will create a React based frontend that allows us to edit individual Clubs. Creating the client We will scaffold an empty project with vite: 1 pnpm create vite In the options choose React TypeScript Then we add the necessary dependencies 1 2 3 pnpm add primereact primeicons pnpm add react-hook-form @hookform/resolvers zod react-query @tanstack/react-router@beta pnpm add -D sass Now we can already start the dev server and see our generated application:
January 19, 2023 • 11 min read by Rainer Burgstaller
#React #SpringBoot
Imprint Privacy Policy