Questions tagged [react-starter-kit]

React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Express, GraphQL and React, containing modern web development tools such as Webpack, Babel and Browsersync.

React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Express, GraphQL and React, containing modern web development tools such as Webpack, Babel and Browsersync. It can be found on github here: https://github.com/kriasoft/react-starter-kit

87 questions
0
votes
1 answer

Calling api in react with axios and search but don't know how to do it

So here is the thing. I have the endpoint but don't know how to filter the response and list the result in the same way for every object. I know this a very newbie intro question, I appreciate any article that you guys think that can help. import…
0
votes
2 answers

Getting data from external API before render

I have an application based on the React Starter Kit. Every page have a fetch function that getting data from API in componentDidMount lifecycle. I want to get data first and then render page with data and return it to the client. UX in my case no…
0
votes
0 answers

React Starter Kit - cannot make API requests in production

I have a custom API endpoint that makes a request to instagram to download an instagram page's JSON and then render posts. this works in development, however, in production I get the error POST https://my-heroku-siteURL.herokuapp.com/api/instagram…
0
votes
1 answer

how to add a search component in react?

I am transforming my current app into React, current ap is using jquery and PHP. current search bar
0
votes
4 answers

How to install Reactstrap with React-Starter-kit

react-starter-kit https://github.com/kriasoft/react-starter-kit reactstrap http://reactstrap.github.io/ What are the steps to install the reactstrap into the react-starter-kit? in order to use the grid…
Rico Chan
  • 2,226
  • 2
  • 25
  • 32
0
votes
1 answer

React.js component never refreshed after fetch

Visual Studio React.js starter kit I don't know why the display component isn't refreshed after fetch is handled? the 'setResults' function is called correctly, and the data is set, but the gallery component never gets the updated data. How do I…
Robert Achmann
  • 1,986
  • 3
  • 40
  • 66
0
votes
1 answer

React Starter Kit sass-loader performance

While working on dev using npm run start everything seems to be fine in terms of webpack build speeds, but on production, when running npm run build it takes more than 5min to build the the app. I compared the build speed to the older versions of…
0
votes
1 answer

How to add react-flexbox-grid with isomorphic-style-loader

Any solution in solving this problem here using isomorphic-style-loader? kriasoft/react-starter-kit Using the react-starter-kit, and the solutions they proposed here: roylee0704/react-flexbox-grid doesn't seem to fix the issue.
0
votes
1 answer

What is correct way to include React Blueprint to React Starter Kit?

What is correct way to include BlueprintJS Css files to React-starter-kit? I was able to do that in /src/components/Layout/Layout.js importing css file import blueprintCss from '@blueprintjs/core/dist/blueprint.css'; and on export export default…
Mil
  • 113
  • 1
  • 11
0
votes
1 answer

adding facebook sdk to react-starter-kit

Where or how do I add the FB sdk? I want to add share button and page box plugin.