Reactstrap Core Blogs

-
Pro Component

If you want to create a nice blog for your readers, use any of the bellow blogs.


Description

We’ve made the following blog components using various reactstrap components, and Bootstrap classes and also some custom scss/css classes.

Examples

You can check them all out, in our Sections Page.

Or, you can check them out here:

Blog1

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog1 from "components/blogs/Blog1.js";

function Example() {
  return (
    <>
      <Blog1 />
    </>
  );
}

export default Example;

Blog2

Our recent writings

I always felt like I could do anything. That’s the main thing people are controlled by! Thoughts- their perception of themselves! They're slowed down by their perception of themselves. If you're taught you can’t do anything, you won’t do anything. I was taught I could do everything.

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog2 from "components/blogs/Blog2.js";

function Example() {
  return (
    <>
      <Blog2 />
    </>
  );
}

export default Example;

Blog3

Related Stories

Rover raised $65 million for pet sitting

Finding temporary housing for your dog should be as easy as renting an Airbnb. That’s the idea behind Rover, which raised $65 million to expand its pet sitting and dog-walking businesses... Read More

...
Tom Hanks
Drawn on 23 Jan

MateLabs mixes learning with IFTTT

If you’ve ever wanted to train a machine learning model and integrate it with IFTTT, you now can with a new offering from MateLabs. MateVerse, a platform where novices can spin out machine... Read More

...
Paul Smith
Drawn on 23 Jan

US venture investment ticks up in Q2

Venture investment in U.S. startups rose sequentially in the second quarter of 2017, boosted by large, late-stage financings and a few outsized early-stage rounds in tech and healthcare.. Read More

...
Jasmine Tailor
Drawn on 23 Jan
import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog3 from "components/blogs/Blog3.js";

function Example() {
  return (
    <>
      <Blog3 />
    </>
  );
}

export default Example;

Blog4

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog4 from "components/blogs/Blog4.js";

function Example() {
  return (
    <>
      <Blog4 />
    </>
  );
}

export default Example;

Blog5

You may also like:

That’s One Way To Ditch Your Passenger

As near as we can tell, this guy must have thought he was going over backwards and tapped the rear...

Shark Week: How to Watch It Scientist

Just when you thought it was safe to turn on your television, the Discovery Channel's "Shark Week"...

Who's Afraid of the Self-Driving Car?

It's been 60 years since the cover of Popular Mechanics magazine gave us the promise of flying cars...

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog5 from "components/blogs/Blog5.js";

function Example() {
  return (
    <>
      <Blog5 />
    </>
  );
}

export default Example;

Blog6

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog6 from "components/blogs/Blog6.js";

function Example() {
  return (
    <>
      <Blog6 />
    </>
  );
}

export default Example;

Blog7

Latest Blogposts

...
Tom Hanks
Drawn on 23 Jan

If you’ve ever wanted to train a machine learning model and integrate it with IFTTT, you now can with a new offering from MateLabs. MateVerse, a platform where novices can spin out machine...If you’ve ever wanted to train a machine learning model and integrate it with IFTTT, you now can with a new offering from MateLabs. MateVerse, a platform where novices can spin out machine... Read More

#tothetop #allthewayup #goodvibesonly

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Blog7 from "components/blogs/Blog7.js";

function Example() {
  return (
    <>
      <Blog7 />
    </>
  );
}

export default Example;

Note

You should note, that none of the bellow components are dynamic, as we do not know what your end use case will be. Feel free to change it, add your own props and dynamic code.