Notes: First Steps with React
First Steps with React by Mike Mathews - Nov. 14, 2023 Event: ReactJs Dallas ( https://www.meetup.com/reactjsdallas/ ) Speaker: Mike Mathews Date: Nov. 14, 2023 I was amazed that Mike did the talk with no outline. As an expert, he just knew React so well that it did not bother him to wing it. Overall, Mike was suggesting to NOT use the older commands since they were created nine years ago and have not been extended. These older commands are: npm create-react-app myAppName npm create-react-component myComponentName His suggestions to create a React application were: 1) Next.js, 2) Remix, 3) Gatsby (CMS) (that he used), 4) and Expo (for React Native apps). Also, Mike talked about in general terms the challenges of getting the environment setup such as the npm or npx. Not in Talk Overall the talk brought up a lot of libraries I ...