1.0.18 • Published 6 years ago

react-subreddit-posts v1.0.18

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

React Subreddit Posts

I wanted to a plug n play React component where I can just specify the subreddit and the way to display the posts. I didn't want to also have a bunch of devDependencies on other NPM modules or React Components.

Use

<RedditPosts
  subreddit=""
  display="gallery"  //list, gallery, tile
  placeholder="" // image if no image or preview or media
  width="" //of each tile or gallery post
  height="" //of each tile or gallery post
  //listings are always full page
  />

Example

<RedditPosts
  subreddit="aww"
  display="tile"  
  placeholder="some_link_image_url_OR_image_path"
  width="250px"
  height="250px"
  />

Thoughts, Questions, Updates?

If you think there is something I can improve on please let me know! Life is a journey, I'd appreciate any feedback along my journey.

Also feel free to make a pull request or fork. I'll try to respond as soon as possible.

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago