Front-End Software Development Framework
(Redirected from Front-End Development Platform)
Jump to navigation
Jump to search
A Front-End Software Development Framework is a 3rd-party software development framework for front-end engineering tasks.
- Context:
- It can (typically) be used by a Front-End Software Developer.
- It can range from being a Multi-Platform Front-End Development Platform to being a Single-Platform Software Development Platform (such as a Web app development platform).
- …
- Example(s):
- React Native Framework: A framework for building mobile apps using React, a popular JavaScript library for building user interfaces.
- Swift Framework, an iOS development framework.
- Kotlin Multiplatform.
- Ionic Framework: A framework for building cross-platform mobile apps using web technologies such as HTML, CSS, and JavaScript.
- PhoneGap Framework: A framework for building mobile apps using web technologies such as HTML, CSS, and JavaScript, and then wrapping them in a native app container.
- …
- Counter-Example(s):
- See: UI Development Framework.
References
2023
- chat
- Q: what are some modern platforms that enable programmers to write programs that will run on Web browsers, and on Mobile phones? What development platform does PayPal use?
- A: There are several modern platforms that enable programmers to write programs that will run on web browsers and mobile phones:
- React Native: A framework for building mobile apps using React, a popular JavaScript library for building user interfaces.
- Ionic: A framework for building cross-platform mobile apps using web technologies such as HTML, CSS, and JavaScript.
- PhoneGap: A framework for building mobile apps using web technologies such as HTML, CSS, and JavaScript, and then wrapping them in a native app container.
- As for PayPal, it uses a variety of development platforms and technologies, including:
- Node.js, AngularJS, React, React Native and Java for web and mobile front-end development
- Java, Golang, Node.js and C++ for back-end development
- MySQL, MongoDB, Cassandra and PostgreSQL for databases
- AWS, Google Cloud, and Azure for infrastructure
- It also has its own development framework called PayPal JavaScript SDK, which allows developers to interact with PayPal's RESTful APIs and build web and mobile apps that support PayPal payments.