import React, { cloneElement, PropTypes } from 'react';
import { contain } from 'thundercats-react';
import { Button, Jumbotron, Row } from 'react-bootstrap';
import ShowJobs from './Show.jsx';
export default contain(
{
store: 'jobsStore',
fetchAction: 'jobActions.getJobs'
},
React.createClass({
displayName: 'Jobs',
propTypes: {
children: PropTypes.element,
jobs: PropTypes.array
},
renderShow(jobs) {
return (
Need to find the best junior developers? Want to find dedicated developers eager to join your company? Sign up now to post your job!