Skip to content

ar5had/gsoc17-convert-xul-to-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e518d3f · Oct 12, 2017
Aug 3, 2017
Oct 12, 2017
Jul 12, 2017
Oct 12, 2017
Jun 4, 2017
Jun 22, 2017
Aug 2, 2017
Jun 26, 2017
Aug 30, 2017
Jun 6, 2017
Aug 2, 2017
Jun 21, 2017
Jun 18, 2017
Aug 27, 2017
Jun 21, 2017
Jul 2, 2017
Jun 22, 2017
Jun 22, 2017
Aug 30, 2017
Jun 22, 2017

Repository files navigation

gsoc-convert-xul-to-html

Dialog-boxes development area for GSoC-2017 project - Convert XUL to HTML

Project URL

http://gsoc17.iamarshad.com/

Project Description

Lightning(Thunderbird calendar addon) has traditionally been using XUL for its user interface. To modernize, I will be converting User Interface of some dialogs into React. The new components will be using web standards as much as possible, avoiding extensive use of third party libraries. I will be using React.js for developing HTML. React.js is very good for making reusable web components and it is quite efficient as well. Unlike XUL, debugging is very easy with react.js. More info about this project can be found in my proposal and wiki.

Get Started

NOTE: This project should be viewed ONLY IN FIREFOX BROWSER because it uses firefox platform css.

  1. Clone the repository: https://github.com/arshdkhn1/gsoc17-convert-xul-to-html.git
  2. Install Yarn globally: npm install -g yarn
  3. Install dependencies: yarn install
  4. Start server: yarn start
  5. Convert components to vanilla js(no-jsx): yarn build. All the components within src directory structure will be present in dist directory. These components will be in vanilla js instead of jsx.
  6. Write/Change Code: Install prettier and eslint extentions in your code editor to make sure you don't have lint errors. The build command runs a bash shell file so also make sure you are running build command on a bash shell.

Problems and Issues

Feel free to open an issue to get info about any component or anything else.

Thanks

Thanks to BrowserStack for providing free open source plans.

BrowserStack