Coder Social home page Coder Social logo

shangan23 / react-js Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 166 KB

React Learnings - Navigate to `src` folder to see examples.

Home Page: https://github.com/shangan23/react-js

License: Apache License 2.0

HTML 3.15% JavaScript 96.69% CSS 0.16%
react react-dom jsx react-lifecycle react-learnings

react-js's Introduction

React

React Learnings by example

How to run examples?

  • The repository has src folder in which the examples files are present. To execute the code the example file need to be renamed to index.js and it has to be directly under src directory. This repository is just for learning purpose.

Here's what each package does:

  • react: UI library for creating modular components
  • react-dom: enables us to render the React within the browser DOM
  • webpack: bundler that converts your source code into production-ready output
  • webpack-cli: allows webpack to work with CLI commands
  • webpack-dev-server: transforms our source code and serves it on a web server as we develop it continuously. This helps use see the output of your code in the browser.
  • html-webpack-plugin: an extension to webpack that adds the basic index html file
  • @babel/core: a JavaScript transpiler to converts modern JavaScript into a production-ready version that's compatible with all browsers.
  • babel-loader: connects Babel to webpack's build process
  • @babel/preset-env: group of commonly used Babel plugins bundled into a preset that converts modern JavaScript features into widely compatible syntax
  • @babel/preset-react: React-specific Babel plugins that convert JSX syntax into plain old JavaScript that browsers can understand

Quick note: --save-dev flag is for partitioning the dependencies into development-specific dependencies, so that they are not included in the production JavaScript bundle

react-js's People

Contributors

rameshpushparaj avatar shangan23 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

react-js's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.