April 2018
Intermediate to advanced
284 pages
6h 43m
English
React-Bootstrap is an open source JavaScript framework rebuilt for React. It's similar to Bootstrap where we have ready-to-use components to integrate with React. It's purely reimplementation of Bootstrap framework components to React. React-Bootstrap has no dependency on any other framework, as Bootstrap JS has a dependency on jQuery. By using React-Bootstrap, we can ensure that there won't be external JavaScript calls to render the component that might be incompatible or extra efforts with the ReactDOM.render. However, we can still achieve the same functionality and look and feel as Twitter Bootstrap, but with much cleaner and less code.
Let's see how we can create our Add Ticket Form component with React-Bootstrap. ...