Skip to content

Commit 66c1b1e

Browse files
Luis ValgoiMarcusNotheis
authored andcommitted
feat: removed useactions
1 parent ba701fd commit 66c1b1e

File tree

4 files changed

+42
-19
lines changed

4 files changed

+42
-19
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE] "
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe your suggestion**
11+
A clear and concise description of what the problem is.
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Issue Template
3+
about: Create a report to help us improve
4+
title: "[ISSUE]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
A clear and concise description of what the proposed issue is.
12+
13+
**Expected behavior**
14+
A clear and concise description of what you expected to happen.
15+
16+
**Screenshots**
17+
If applicable, add screenshots to help explain your problem.
18+
19+
**Additional context**
20+
Add any other context about the problem here.

packages/ui5-webcomponents-react-seed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Description
2-
This repository may be a boostratp for all your UI5 WebComponents React projects.
2+
The goal of this repository is to increase the boostrap time spent on a new project with several things already set.
33

44
# Features
55

@@ -37,7 +37,7 @@ This repository may be a boostratp for all your UI5 WebComponents React projects
3737

3838
## From a Hook point of view, it includes:
3939

40-
- `useActions`: Which wraps the redux action.
40+
<!-- - `useActions`: Which wraps the redux action. -->
4141

4242
- `useBrowser`: Which identifies the user browser.
4343

packages/ui5-webcomponents-react-seed/src/hooks/useActions.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)