Abstract — Advances in information technology currently have a significant influence on all sectors, including changes in the business sector. Electronic commerce or more often referred to as e-commerce is one approach to the use of information technology in business. The Ozchic store is located in the city of Solo, focusing on selling fashion needs but does not yet have e-commerce so that it does not meet the needs of users in shopping. In the development of website applications, traditional architecture has a weakness in the use of wasteful bandwidth when making requests from the web server so that the Single Page Application (SPA) architecture using ReactJs is used in developing this website with efficient data management from a fast and interactive web server. SPA uses AJAX (Asynchronous JavaScript and XML) to dynamically update pages. On the website that has been created, the application only makes requests to the server only if the user needs it, so the application loads faster the first time than without using SPA. If the user has previously visited the website page, then the website does not need to make a request again if it has previously made a request. In developing using the ReactJs library, the source code can be separated into a component so that development becomes efficient. In testing the functionality of the Ozchic e-commerce website application using Blackbox testing, the results of testing the functionality of the application run well. Then testing using usability testing with 30 respondents who filled out 16 questionnaire questions resulted in a score of 76.91% which according to usability standards had a good grade. From the results of testing using the method on the application, it can be concluded that the Ozchic web application can run well.Keywords— Single Page Application, ReactJs, E-Commerce Abstrak— Kemajuan teknologi informasi telah memberikan pengaruh yang cukup signifikan pada semua sektor, termasuk perubahan pada sektor bisnis. Electronic commerce atau yang lebih sering disebut dengan e-commerce merupakan salah satu contoh dalam pemanfaatan teknologi informasi di sektor bisnis. Toko Ozchic terletak di kota Solo berfokus menjual kebutuhan fashion namun belum memiliki e-commerce sehingga belum memenuhi kebutuhan pengguna dalam berbelanja. Pada pengembangan aplikasi website, arsitektur tradisional memiliki kelemahan pada penggunaan bandwidth yang boros pada saat melakukan request dari web server sehingga arsitektur Single Page Application (SPA) dengan menggunakan ReactJs digunakan pada pengembangan website ini dengan pengelolaan data yang efisien dari web server yang bekerja cepat dan interaktif. SPA menggunakan Asynchronous JavaScript and XML (AJAX) untuk memperbaharui halaman secara dinamis. Pada website yang telah dibuat, aplikasi hanya melakukan request ke server hanya jika pengguna membutuhkannya, sehingga aplikasi lebih cepat dimuat pada pertama kali dibanding tanpa menggunakan SPA. Jika pengguna sebelumnya sudah mengunjungi halaman website, maka website tidak perlu melakukan request kembali jika sebelumnya sudah melakukan request. Dalam melakukan pengembangan menggunakan library ReactJs, source code dapat dipisahkan menjadi sebuah komponen sehingga pengembangan menjadi efisien. Pada pengujian fungsionalitas aplikasi website e-commerce Ozchic menggunakan blackbox testing, hasil pengujian fungsionalitas pada aplikasi berjalan dengan baik. Lalu pengujian menggunakan pengujian Usability dengan 30 responden yang mengisi 16 pertanyaan kuesioner menghasilkan skor 76,91% dimana menurut standar usability memiliki grade yang baik. Dari hasil pengujian menggunakan metode pada aplikasi, maka dapat disimpulkan aplikasi web Ozchic dapat dijalankan dengan baikKata kunci — Single Page Application, ReactJs, E-Commerce