How can i improve the render time ?
Earlier the time require to render GeoJSON component was around 15 seconds , after implementation of react-redux i reduced the time to around 9 seconds for the same amount of data.
Are there any other ways or techniques to improve the time required to render the GeoJSON component.
Below link contains the image of the code
https://imgur.com/a/9YDz7az
InputDataGeoJSONLayer is responsible to render the large geojson data.
InputDataGeoJSONLayer component is present inside the react-leaflet MapContainer component.