frontend-reference
frontend-reference copied to clipboard
This repository contains different Frontend related resources like applications, examples, libraries, tools, etc.
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.0 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
### 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...
### 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...
### 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...
### 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...
### 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...
### Describe the feature TBD ### Use Case TBD ### Proposed Solution _No response_ ### Other Information _No response_ ### Acknowledgements * [ ] I may be able to implement...
### 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...