srele96 / sk-experiments

The collection of Srecko Kostic's experiments.
2 stars 1 forks source link

create webpack development ssr server #83

Open skostic96 opened 2 years ago

skostic96 commented 2 years ago

What

Find a way to create webpack development ssr server that stores files in memory.

Why

I was always curious how to do it. In the past I have spent hours researching how to do that. I can finally do it with the new approach of defining goal, searching for solution and repeating steps of:

I repeat these two steps until I have the clear path to the implementation. No code commits or anything before the solution is clear.

How

Refer to online documentation. Define the goal, read through webpack documentation to see tools at disposal. Use the most appropriate tool to implement the requirements.

skostic96 commented 2 years ago

Assign todo label @srele96