create-next-mdx-blog-app 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/markdown/ArticleContent.mdx +2 -3
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ npx create-next-mdx-blog-app .
|
|
|
59
59
|
### Package Information
|
|
60
60
|
|
|
61
61
|
- **Package Name**: `create-next-mdx-blog-app`
|
|
62
|
-
- **Version**: `2.
|
|
62
|
+
- **Version**: `2.1.1`
|
|
63
63
|
- **License**: MIT
|
|
64
64
|
- **Homepage**: [https://www.npmjs.com/package/create-next-mdx-blog-app](https://www.npmjs.com/package/create-next-mdx-blog-app/)
|
|
65
65
|
|
package/package.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
|
|
93
93
|
> "The Virtual DOM is useful not because it's faster, but because it allows React to do declarative programming while maintaining good performance." - Dan Abramov, React core team
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
<MDXImage src="https://mdx-blog-bucket.s3.us-east-2.amazonaws.com/blog-article-image.PNG" height="50" width="50" alt="No Image Found" figcaption="This is an image" />
|
|
96
96
|
|
|
97
97
|
## When to Worry About Re-renders
|
|
98
98
|
|
|
@@ -104,5 +104,4 @@
|
|
|
104
104
|
|
|
105
105
|
## Conclusion
|
|
106
106
|
|
|
107
|
-
The Virtual DOM is a powerful abstraction that allows for a simpler mental model when building UI components. It enables React's declarative programming style while maintaining good performance through efficient updates to the DOM.
|
|
108
|
-
`
|
|
107
|
+
The Virtual DOM is a powerful abstraction that allows for a simpler mental model when building UI components. It enables React's declarative programming style while maintaining good performance through efficient updates to the DOM.
|