rpmolina

Results 14 issues of rpmolina

### Describe the feature We can use Docker Compose to Dockerize a frontend app along with any necessary services, such as a database or backend API. To Dockerize a frontend...

Hacktoberfest
practices:frontend
practices:devsecops

### Describe the feature For this issue, the idea is, to follow the official nextjs recommendation on how to deploy the app using a nodejs server or using the docker...

Hacktoberfest
practices:frontend
practices:devsecops

### Describe the feature When working with complex forms, it is a good idea to use a library that makes it easier for us to manage the states and flows...

practices:frontend

### Describe the feature In this repo, we have researched how to implement state management in React (100% client side) with different [patterns and libraries](https://github.com/nanlabs/nancy.js/tree/main/examples/state-management), from which 22 examples came...

practices:frontend

### Describe the feature `react-query` and `swr` are excellent tools for managing data in React applications. By optimizing data fetching and caching, simplifying data management, supporting real-time updates, providing robust...

practices:frontend

### Describe the feature Investigate some of the most popular libraries within the React ecosystem detecting props and cons. ### Use Case Have an example or guide on the most...

practices:frontend

### Describe the feature React Router v6 is a major update to the popular routing library, with a focus on improved developer experience, improved TypeScript support, and new features for...

practices:frontend

### Describe the feature TBD ### Use Case TBD ### Proposed Solution _No response_ ### Other Information _No response_ ### Acknowledgements * [ ] I may be able to implement...

practices:frontend

### Describe the feature Frontend-side authentication refers to the process of verifying the identity of a user on the client side of a web application. There are several common strategies...

practices:frontend

### Describe the feature In this [web.dev](https://web.dev/learn/design/macro-layouts/) article, `macro layout` is defined as the high-level design structure of a website or application. It includes the major sections or components of...

practices:frontend