I'm developing an application with React. I have the index.jsx file below:
import React from 'react';
import { render } from 'react-dom';
import { Provider } from 'react-redux';
import { store } from './_helpers';
import { App } from './App';...
asked by
20.02.2018 / 19:15