Skip to content

avoerman/jquery-to-react

Repository files navigation

If you know jQuery, you should learn react

Presention by Alex Voerman and Diviyansh Bhatnagar

https://slides.com/alexvoerman/from-jquery-to-react

Getting started with React - (Create React App)

    > npx create-react-app my-app
    > cd my-app
    > npm start

Example Apps in this Repo

paginator-react

https://github.com/avoerman/jquery-to-react/tree/master/paginator-react

Simple pagination App in React without npm or build steps

Open index.html in browser

boxscore-generator-jquery | boxscore-generator-react

https://github.com/avoerman/jquery-to-react/tree/master/boxscore-generator-react

Example app written in jQuery and then compared to React

To start jQuery version:

> git clone https://github.com/avoerman/jquery-to-react.git
> cd jquery-to-react/boxscore-generator-jquery
> chrome index.html

To start React version:

> git clone https://github.com/avoerman/jquery-to-react.git
> cd jquery-to-react/boxscore-generator-react
> npm install
> npm start

About

jQuery to React presentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages