Skip to content

issues Search Results · repo:ctrlplusb/react-async-component language:JavaScript

Filter by

73 results
 (61 ms)

73 results

inctrlplusb/react-async-component (press backspace or delete to remove)

comp.js import React, {Component} from react ; class Comp extends Component{ render() { return ( div async component /div ) } } export default Comp; index.js import { render } ...
  • code-byte-labs
  • Opened 
    on Nov 27, 2019
  • #100

Hi @ctrlplusb I have a problem when a component has an error on resolving. I am using async-component for decorating every routes. If there are some connection troubles and I go to a specific not loaded ...
  • peppescg
  • Opened 
    on Feb 11, 2019
  • #98

React-Router and React-Redux has migrated to New Context API ant it makes RAC incompatible with them.
  • JounQin
  • Opened 
    on Jan 7, 2019
  • #97

https://github.com/staylor/react-helmet-async/issues/32 I have the problem described above and it s indicated as happening in react-async-component. Any suggestions?
  • mschipperheyn
  • 4
  • Opened 
    on Dec 7, 2018
  • #96

This week the React team introduced a new library feature: React.lazy() which replicate this library functionality by using newly introduced React concept: React Suspense for promise resolution and error ...
  • iddan
  • 2
  • Opened 
    on Oct 27, 2018
  • #95

I have one async component which I m using multiple times across application. One use case is, I m rendering same component twice (with different props). But after resolving async component, only first ...
  • Magnielcz
  • 5
  • Opened 
    on Jul 24, 2018
  • #90

I m starting to try to integrate code splitting into my app and I ve run into a strange situation. The url for my page is something like https://www.mydomain.com/page/ id , but my js bundles are loaded ...
  • acb
  • 1
  • Opened 
    on Jul 9, 2018
  • #89

I have problems getting a React application running on IE11. The problem seems to be that React.Children.only throws error React.Children.only expected to receive a single React element child. Only happens ...
  • mschipperheyn
  • 1
  • Opened 
    on Jul 8, 2018
  • #88

I get a strange error when attempting to run my SSR React app in Safari, in production: img width= 1680 alt= bildschirmfoto 2018-06-28 um 13 29 16 src= https://user-images.githubusercontent.com/964419/42031746-a94778dc-7ad7-11e8-95b1-25da0922e442.png ...
  • eneskaya
  • Opened 
    on Jun 28, 2018
  • #87

Hi! I have components: //OneAreaLayout.js import React from react ; import PropTypes from prop-types ; import Grid from @material-ui/core/Grid ; import { withStyles } from @material-ui/core/styles ...
  • Slavenin
  • Opened 
    on Jun 22, 2018
  • #86
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub