React: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 6: Line 6:


It uses JSX, YAY YAY I get to learn '''ANOTHER JavaScript variant''', I was so tired of only having to remember the other 9!!!!
It uses JSX, YAY YAY I get to learn '''ANOTHER JavaScript variant''', I was so tired of only having to remember the other 9!!!!
== React Hello World ==
To test React + Parcel I created https://github.com/brian32768/react-test
which is about as simple as I could make it.


== React + Bootstrap = react-bootstrap ==
== React + Bootstrap = react-bootstrap ==

Revision as of 19:00, 9 November 2018

React is a framework that helps me build views.

It came from the people at Facebook.

https://reactjs.org/

It uses JSX, YAY YAY I get to learn ANOTHER JavaScript variant, I was so tired of only having to remember the other 9!!!!

React Hello World

To test React + Parcel I created https://github.com/brian32768/react-test which is about as simple as I could make it.

React + Bootstrap = react-bootstrap

See "React and React Native", Chapter 11: Mobile-First React Components.

More books and links and things

"Building Enterprise JavaScript Applications", see chapter 14