Skip to content

Commit 38edd9f

Browse files
committed
Merge branch 'master' of https://github.com/selemondev/create-react-next into perf/reduce-bundle-size
2 parents f2cae7d + ca53b28 commit 38edd9f

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33

44
## v1.0.1
55

6-
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.1.0...v1.0.1)
6+
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.0...v1.0.1)
77

88
### 🔥 Performance
99

10-
- Reduce bundle size ([5cb6bbe](https://github.com/selemondev/create-react-next/commit/5cb6bbe))
10+
- Reduce bundle size ( ~78.4% performance improvement
11+
in terms of bundle size reduction ) ([5cb6bbe](https://github.com/selemondev/create-react-next/commit/5cb6bbe))
12+
13+
### 🏡 Chore
14+
15+
- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0))
1116

1217
### ❤️ Contributors
1318

14-
- Selemondev <selemondev19@gmail.com>
19+
- [Selemondev](https://github.com/selemondev)
1520

1621
## v1.0.0
1722

@@ -77,6 +82,5 @@
7782

7883
### ❤️ Contributors
7984

80-
- Selemondev ([@selemondev](http://github.com/selemondev))
81-
- Selemon Dev <selemon@nathandigital.com>
85+
- [Selemondev](http://github.com/selemondev)
8286

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
<p align="center">
22
<img align="center" src="https://raw.githubusercontent.com/selemondev/create-react-next/master/image/create-react-next.png" height="400" />
3+
<h1 align="center">
4+
Create React Next
5+
</h1>
36
</p>
47

5-
## Create React Next ⚡
8+
<p align="center">
9+
<a href="https://www.npmjs.com/package/create-react-next">
10+
<img alt="npm-version-src" src="https://img.shields.io/npm/v/create-react-next/latest.svg?style=flat&colorA=020420&colorB=00DC82" />
11+
</a>
12+
<a href="https://npmjs.com/package/create-react-next">
13+
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/create-react-next.svg?style=flat&colorA=020420&colorB=00DC82" />
14+
</a>
15+
<a href="https://pkg-size.dev/create-react-next@latest">
16+
<img src="https://pkg-size.dev/badge/bundle/842194" title="Bundle size for create-react-next">
17+
</a>
18+
</p>
619

720
The Next Generation React Scaffolding Tool powered by Vite 🛠️
821

0 commit comments

Comments
 (0)