Giter VIP home page Giter VIP logo

Comments (6)

stevoland avatar stevoland commented on April 27, 2024 5

Hi, the react-bootstrap.js script adds a global var ReactBootstrap. You then have to create references to the individual components to use them with JSX (as JSX tags can't currently contain dots):

var ButtonToolbar = ReactBootstrap.ButtonToolbar;
var Button = ReactBootstrap.Button;
var buttonsInstance = (
    <ButtonToolbar>
      <Button>Default</Button>
    </ButtonToolbar>
  );

react-bootstrap should work on both client and server.

from react-bootstrap.

taion avatar taion commented on April 27, 2024 3

Why is what not in the docs?

The example in the OP that's just plainly confused because it's not server-side code at all?

The caveat about JSX that is actually just wrong at this point?

Some utterly pointless, trivial, and unnecessary caveat given that all of React works just fine on both browser and server?

Please enlighten me.

from react-bootstrap.

mingfang avatar mingfang commented on April 27, 2024

Stephen
Thank you very very much for this.
It works great now. I can't wait to use this in my project.
Thanks again!

from react-bootstrap.

kunalsinghal avatar kunalsinghal commented on April 27, 2024

This was a lifesaver! Had already wasted two days over it.

from react-bootstrap.

drorsun avatar drorsun commented on April 27, 2024

oh wow, what a save (wasted just six hours)

from react-bootstrap.

dpford avatar dpford commented on April 27, 2024

Why is this not in the docs?

from react-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.