Skip to main navigation menu Skip to main content Skip to site footer

Electrotechnical and Computer Engineering

Vol. 35 No. 03 (2020): Proceedings of the Faculty of Technical Sciences

IMPLEMENTATION OF REACT-TABLEQL OPEN SOURCE LIBRARY FOR TABULAR VIEW OF DATA

  • Danilo Zeković
DOI:
https://doi.org/10.24867/07BE35Zekovic
Submitted
March 2, 2020
Published
2020-03-02

Abstract

This paper presents the open source library React-TableQL, which is used for fetching and displaying data in a form of a table. Library contains two components, which with certain configuration add or modify different functionalities of the table. Data is fetched using GraphQL query that is passed to Apollo Client. JavaScript and react are used for display and parsing of data.

References

[1] Brooks, Frederick. The Mythical Man-Month. Addison-Wesley, 1995
[2] Frost, Aaron. JS.next: a Manager's Guide. O’Reilly Media, 2015.
[3] Haverbeke, Marijn. Eloquent Javascript: a Modern Introduction to Programming. No Starch Press, 2018.
[4] “React – A JavaScript Library for Building User Interfaces.” – A JavaScript Library for Building User Interfaces, https://reactjs.org/.
[5] Porcello, Eve, i Alex Banks. Learning GraphQL: Declarative Data Fetching for Modern Web Apps. O’Reilly Media, 2018.
[6] “Apollo Docs.” Apollo, https://www.apollographql.com/docs/react/.
[7] “Travis CI - Test and Deploy Your Code with Confidence.” Travis CI , https://travis-ci.org/.
[8] “Graphql-Tag.” Npm, https://www.npmjs.com/package/graphql-tag.