0
ReactJs & ExpressJs are totally different library/frameworks you don't use one for another. Chances are you might need to use express in your Reactjs app.
React is a frontend SPA ( Single Page Application ) framework
& Express is a server-side framework.