Skip to content

Commit 565c943

Browse files
authored
Merge pull request #12 from drbarzaga/feat/adding-resources-to-styles-and-pdfs
docs: update README to add new resources for PDFs and enhance existing sections
2 parents ce233ca + 9ce9199 commit 565c943

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Thank you for spreading the word!
5757
- [Icons](#icons)
5858
- [Animations](#animations)
5959
- [Maps](#maps)
60+
- [PDFs](#pdfs)
6061
- [File Uploads](#file-uploads)
6162
- [Real-time Communication](#real-time-communication)
6263
- [Audio & Video](#audio--video)
@@ -93,6 +94,7 @@ Thank you for spreading the word!
9394
- **[React Blog](https://react.dev/blog)**
9495
- **[React Conferences](https://react.dev/community/conferences)**
9596
- **[React Quick Start Tutorial](https://react.dev/learn)**
97+
- **[Using React in VS Code](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial)**
9698

9799
### Frameworks
98100

@@ -206,13 +208,13 @@ Thank you for spreading the word!
206208
- **[SWR](https://swr.vercel.app/)**: React Hooks library for remote data fetching.
207209
- **[Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)**: A modern interface for making HTTP requests in the browser.
208210

209-
210211
### Styling
211212

212213
- **[TailwindCss](https://tailwindcss.com/)**: A utility-first CSS framework for rapidly building custom user interfaces.
213214
- **[Styled Components](https://styled-components.com/)**: Utilizes tagged template literals to style your components.
214215
- **[Emotion](https://emotion.sh/docs/introduction)**: A performant and flexible CSS-in-JS library.
215216
- **[Vanilla Extract](https://vanilla-extract.style/)**: Zero-runtime Stylesheets-in-TypeScript
217+
- **[Stitches](https://stitches.dev/)**: CSS-in-JS with near-zero runtime, SSR, multi-variant support.
216218

217219
### Charts
218220

@@ -250,6 +252,7 @@ Thank you for spreading the word!
250252
- **[Framer Motion](https://www.framer.com/motion/)**: A production-ready motion library for React.
251253
- **[React Spring](https://www.react-spring.dev/)**: A spring-physics-based animation library for React.
252254
- **[Reactbits](https://reactbits.dev/)**: An open source React.js snippet library for animated components.
255+
- **[simpleParallax.js](https://simpleparallax.com/)**: simpleParallax.js is a lightweight and easy-to-use React and JS library that adds parallax animations to any image.
253256

254257
### Maps
255258

@@ -258,6 +261,11 @@ Thank you for spreading the word!
258261
- **[Google Maps React](https://github.com/google-map-react/google-map-react)**: A library for embedding Google Maps into React applications.
259262
- **[React Map GL](https://visgl.github.io/react-map-gl/)**: A React wrapper for Mapbox GL JS.
260263

264+
### PDFs
265+
266+
- **[React PDF](https://react-pdf.org/)**: A React renderer for creating PDF files.
267+
- **[React PDF Viewer](https://react-pdf-viewer.dev/)**: A PDF viewer for React applications.
268+
261269
### File Uploads
262270

263271
- **[React Dropzone](https://react-dropzone.js.org/)**: Simple HTML5 drag-and-drop zone with React.

0 commit comments

Comments
 (0)